Browse Source

README: Add Rust 2015 notice

Johannes Hofmann 5 years ago
parent
commit
db47f0d699
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:
19 19
 osmpbf = "0.1"
20 20
 ```
21 21
 
22
-and this to your crate root:
22
+and if you're using Rust 2015, add this line to the crate root:
23 23
 
24 24
 ```rust
25 25
 extern crate osmpbf;