We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03ab51 commit a95e38aCopy full SHA for a95e38a
src/rust-2021/warnings-promoted-to-error.md
@@ -46,5 +46,4 @@ or `ellipsis_inclusive_range_patterns` and you've not allowed these lints throug
46
use of `#![allow()]` or some other mechanism, then there's no need to migrate.
47
48
To automatically migrate any crate that uses `...` in patterns or does not use `dyn` with
49
-trait objects, you can run `cargo fix --edition` you can manually change `...` to `..=` and
50
-add `dyn` before trait objects.
+trait objects, you can run `cargo fix --edition`.
0 commit comments