File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,11 @@ declare_lint! {
5151 /// This lint solves the problem automatically. It is "allow" by default
5252 /// because the code is perfectly valid in older editions. The [`cargo
5353 /// fix`] tool with the `--edition` flag will switch this lint to "warn"
54- /// and automatically apply the suggested fix from the compiler (which is
55- /// to use a raw identifier). This provides a completely automated way to
56- /// update old code for a new edition.
54+ /// and automatically apply the suggested fix from the compiler.
55+ /// This provides a completely automated way to update old code for
56+ /// a new edition.
5757 ///
5858 /// [editions]: https://doc.rust-lang.org/edition-guide/
59- /// [raw identifier]: https://doc.rust-lang.org/reference/identifiers.html
6059 /// [`cargo fix`]: https://doc.rust-lang.org/cargo/commands/cargo-fix.html
6160 pub EDITION_2024_EXPR_FRAGMENT_SPECIFIER ,
6261 Allow ,
You can’t perform that action at this time.
0 commit comments