Skip to content

Commit

Permalink
Remove usage of extern crate in README
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Nov 25, 2019
1 parent bbbb576 commit aac370e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ Add this to your `Cargo.toml`:
parking_lot = "0.10"
```

and this to your crate root:

```rust
extern crate parking_lot;
```

To enable nightly-only features, add this to your `Cargo.toml` instead:

```toml
Expand Down

0 comments on commit aac370e

Please sign in to comment.