Skip to content

Commit 41f93af

Browse files
authored
Merge pull request #131 from zmitchell/patch-1
2 parents 8327a6c + 59f9e6b commit 41f93af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ 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-
19+
If you're using Rust 1.30 or earlier, or edition 2015, add this to your crate root:
2120
```rust
2221
extern crate glob;
2322
```

0 commit comments

Comments
 (0)