-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Use statement not migrated #58004
Copy link
Copy link
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Use statements doesn't migrate to 2018 when using
cargo fix --editionI 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