There was an error while loading. Please reload this page.
1 parent bbe16cb commit 775ec9fCopy full SHA for 775ec9f
1 file changed
README.md
@@ -40,7 +40,7 @@ and add this to your `lib.rs` or `main.rs`:
40
```rust
41
extern crate colored; // not needed in Rust 2018+
42
43
- use colored::*;
+ use colored::Colorize;
44
45
// test the example with `cargo run --example most_simple`
46
fn main() {
0 commit comments