Skip to content

Commit

Permalink
Removed extern crate instruction from README
Browse files Browse the repository at this point in the history
As of edition 2018, downstream crates no longer have to declare `extern crate` explicitly (especially without `#[macro_use]`).
  • Loading branch information
SOF3 committed Jan 21, 2020
1 parent e702fca commit 44822da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44822da

Please sign in to comment.