Skip to content

Commit

Permalink
Merge pull request #131 from zmitchell/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Apr 18, 2023
2 parents 8327a6c + 59f9e6b commit 41f93af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ To use `glob`, add this to your `Cargo.toml`:
glob = "0.3.1"
```

And add this to your crate root:

If you're using Rust 1.30 or earlier, or edition 2015, add this to your crate root:
```rust
extern crate glob;
```
Expand Down

0 comments on commit 41f93af

Please sign in to comment.