Skip to content

Commit a95e38a

Browse files
committed
Revert broken change
1 parent e03ab51 commit a95e38a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rust-2021/warnings-promoted-to-error.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ or `ellipsis_inclusive_range_patterns` and you've not allowed these lints throug
4646
use of `#![allow()]` or some other mechanism, then there's no need to migrate.
4747

4848
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.
49+
trait objects, you can run `cargo fix --edition`.

0 commit comments

Comments
 (0)