Skip to content

Commit 7ab6ad2

Browse files
committed
Fix flub.
1 parent 890abe6 commit 7ab6ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editions/advanced-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In this situation, if you end up with code that doesn't work in the next edition
133133

134134
## Migrating non-Cargo projects
135135

136-
If your project is not using Cargo as a build system, it may still be possible to make use of the automated lints to assist migrating to the next build system.
136+
If your project is not using Cargo as a build system, it may still be possible to make use of the automated lints to assist migrating to the next edition.
137137
You can enable the migration lints as described above by enabling the appropriate [lint group].
138138
For example, you can use the `#![warn(rust_2021_compatibility)]` attribute or the `-Wrust-2021-compatibility` or `--force-warns=rust-2021-compatibility` [CLI flag].
139139

0 commit comments

Comments
 (0)