rust-lang / ferris-says

A Rust flavored implementation of `cowsay`
https://crates.io/crates/ferris-says
Apache License 2.0
194 stars 34 forks source link

Update to 2021 edition, removing extern crate #55

Closed dtolnay closed 7 months ago

dtolnay commented 7 months ago

Edition 2021 matches the edition you currently get with cargo new / cargo init, so using this in ferris-says is most likely to be informative to novice users.

lcnr commented 7 months ago

Thanks 👍 this partially overlaps with #46. I think the only remaining change is in integration_test.rs.