Bläddra i källkod

README: Add Rust 2015 notice

Johannes Hofmann 5 år sedan
förälder
incheckning
db47f0d699
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      README.md

+ 1
- 1
README.md Visa fil

@@ -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;