Skip to content

Commit 775ec9f

Browse files
authored
fix usage of wildcard import (#165)
1 parent bbe16cb commit 775ec9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and add this to your `lib.rs` or `main.rs`:
4040
```rust
4141
extern crate colored; // not needed in Rust 2018+
4242

43-
use colored::*;
43+
use colored::Colorize;
4444

4545
// test the example with `cargo run --example most_simple`
4646
fn main() {

0 commit comments

Comments
 (0)