Skip to content

Commit

Permalink
Remove extern crate from the example in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfloyd committed Jan 27, 2019
1 parent e8c4d19 commit a28c2c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -8,8 +8,6 @@ A library for reading and writing ID3 metadata.

## Usage
```rust
extern crate id3;

fn main() {
let tag = id3::Tag::read_from_path("testdata/id3v24.id3").unwrap();

Expand Down

0 comments on commit a28c2c0

Please sign in to comment.