Skip to content

Commit

Permalink
Merge #72
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and SOF3 committed Jan 21, 2020
2 parents e702fca + 44822da commit f443e17
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
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 f443e17

Please sign in to comment.