Skip to content

Commit 70bf8ac

Browse files
committed
This bug has gone away
1 parent 3c181d2 commit 70bf8ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/editions/transitioning-an-existing-project-to-a-new-edition.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ to the console. If you see one of these warnings, you'll have to update your cod
5353
manually. See the corresponding section of this guide for help, and if you have
5454
problems, please seek help at the [user's forums](https://users.rust-lang.org/).
5555

56-
> In the current release candidate, one notable thing that `rustfix` cannot
57-
> automatically fix is [path clarity](../rust-2018/module-system/path-clarity.html).
58-
> You may have no warnings after `cargo fix`, and will get errors in the next
59-
> step, `cargo build`. We're working on it!
60-
6156
Keep running `cargo fix --edition` until you have no more warnings.
6257

6358
Congrats! Your code is now valid in both Rust 2015 and Rust 2018!

0 commit comments

Comments
 (0)