소스 검색

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;