Skip to content

Commit f443e17

Browse files
bors[bot]SOF3
andauthored
72: Removed extern crate instruction from README r=cuviper a=SOF3 As of edition 2018, downstream crates no longer have to declare `extern crate` explicitly (especially without `#[macro_use]`). Co-authored-by: SOFe <sofe2038@gmail.com>
2 parents e702fca + 44822da commit f443e17

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)