Skip to content

Commit 44822da

Browse files
authored
Removed extern crate instruction from README
As of edition 2018, downstream crates no longer have to declare `extern crate` explicitly (especially without `#[macro_use]`).
1 parent e702fca commit 44822da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ Add this to your `Cargo.toml`:
1616
num-complex = "0.3"
1717
```
1818

19-
and this to your crate root:
20-
21-
```rust
22-
extern crate num_complex;
23-
```
24-
2519
## Features
2620

2721
This crate can be used without the standard library (`#![no_std]`) by disabling

0 commit comments

Comments
 (0)