Skip to content

Commit 4ece477

Browse files
authored
Remove "extern crate" directions from README
You no longer need to add `extern crate` directives for modern Rust editions.
1 parent 8327a6c commit 4ece477

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ To use `glob`, add this to your `Cargo.toml`:
1616
glob = "0.3.1"
1717
```
1818

19-
And add this to your crate root:
20-
21-
```rust
22-
extern crate glob;
23-
```
24-
2519
## Examples
2620

2721
Print all jpg files in /media/ and all of its subdirectories.

0 commit comments

Comments
 (0)