Update for 2018 rust

This commit is contained in:
Richard Dodd 2020-09-08 13:59:37 +01:00
parent e620eeed5e
commit 04f704a0f8
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ for primitive integer types.
## Example
```rust
extern crate integer_sqrt;
// `use` trait to get functionality
use integer_sqrt::IntegerSquareRoot;