Skip to content

Commit

Permalink
Merge pull request #45 from phocks/patch-1
Browse files Browse the repository at this point in the history
extern crate no longer needed
  • Loading branch information
lcnr authored Mar 30, 2024
2 parents 2b3de3e + fcb2ce5 commit 56cd38e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,11 @@ or run:
cargo add ferris-says
```

Then import the crate with:

```rust
extern crate ferris_says;
```

### Example

The following bit of code will write the byte string to STDOUT

```rust
extern crate ferris_says;

use ferris_says::say;
use std::io::{ stdout, BufWriter };

Expand Down

0 comments on commit 56cd38e

Please sign in to comment.