Skip to content

Commit a3a6172

Browse files
committed
Merge pull request rust-lang-deprecated#88 from ereichert/master
Fixed the README with respect extern crate.
2 parents bf1ad07 + b885295 commit a3a6172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ rustc-serialize = "0.3"
1919
and this to your crate root:
2020

2121
```rust
22-
extern crate "rustc-serialize" as rustc_serialize;
22+
extern crate rustc_serialize;
2323
```

0 commit comments

Comments
 (0)