-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed as not planned
Labels
A-edition-2018Area: The 2018 editionArea: The 2018 editionA-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.
Description
Use statements doesn't migrate to 2018 when using
cargo fix --edition
I later realized this was on a project which had all warnings turned off. Should rustfix, somehow understand warnings regardless of the warnings suppress by the user?
https://github.com/rustlang-cn/Rust-webapp-starter
Metadata
Metadata
Assignees
Labels
A-edition-2018Area: The 2018 editionArea: The 2018 editionA-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.