Skip to content

Commit 1163f5f

Browse files
committed
docs: Remove 2015 edition in Readme
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
1 parent 978db24 commit 1163f5f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,7 @@ just add the `nmea` crate without the default features:
8484
nmea = { version = "0.5", default-features = false }
8585
```
8686

87-
### For Rust edition 2015
88-
89-
For Rust 2015 edition you should put this in your crate's `lib.rs` or `main.rs`:
90-
91-
```rust
92-
extern crate nmea;
93-
```
87+
### Parse
9488

9589
To use the NMEA parser create a `Nmea` struct and feed it with NMEA sentences (only supports `GNSS` messages, otherwise use the `parse_str()` and `parse_bytes()`):
9690

0 commit comments

Comments
 (0)