211: update readme for rust 2018 edition r=cuviper a=ibraheemdev Co-authored-by: Ibraheem Ahmed <ibrah1440@gmail.com>
@@ -16,12 +16,6 @@ Add this to your `Cargo.toml`:
num-traits = "0.2"
```
-and this to your crate root:
-
-```rust
-extern crate num_traits;
-```
## Features
This crate can be used without the standard library (`#![no_std]`) by disabling