Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 247d271

Browse files
authored
Merge pull request #135 from withoutboats/add-link-to-readme
Add link to edition guide to README
2 parents aee3a2b + 2764630 commit 247d271

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ To use the rustfix library, add it to your `Cargo.toml`.
2222

2323
To get the tool to automatically fix warnings in, run `cargo install cargo-fix`. This will give you `cargo fix`.
2424

25+
## Using `cargo fix` to transition to Rust 2018
26+
27+
Instructions on how to use this tool to transition a crate to Rust 2018 can be
28+
found [in the Rust Edition Guide.](https://rust-lang-nursery.github.io/edition-guide/editions/transitioning.html)
29+
2530
## License
2631

2732
Licensed under either of

0 commit comments

Comments
 (0)