Skip to content

Commit a4bbdaf

Browse files
committed
Remove extern crate statement from README example
1 parent a5c9203 commit a4bbdaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ rustc_version = "0.2"
3636
```rust
3737
// This could be a cargo build script
3838

39-
extern crate rustc_version;
4039
use rustc_version::{version, version_meta, Channel, Version};
4140

4241
fn main() {

0 commit comments

Comments
 (0)