diff --git a/README.md b/README.md index cb143c8..28d0a00 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,6 @@ Add this to your `Cargo.toml`: num-complex = "0.3" ``` -and this to your crate root: - -```rust -extern crate num_complex; -``` - ## Features This crate can be used without the standard library (`#![no_std]`) by disabling