ソースを参照

README: Add Rust 2015 notice

Johannes Hofmann 5 年 前
コミット
db47f0d699
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      README.md

+ 1
- 1
README.md ファイルの表示

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