Skip to content

Commit

Permalink
fix usage of wildcard import (colored-rs#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantomcy authored Feb 26, 2024
1 parent bbe16cb commit 775ec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ and add this to your `lib.rs` or `main.rs`:
```rust
extern crate colored; // not needed in Rust 2018+

use colored::*;
use colored::Colorize;

// test the example with `cargo run --example most_simple`
fn main() {
Expand Down

0 comments on commit 775ec9f

Please sign in to comment.