unused_extern_crates
lint trigged after return of extern crate
syntax for non-Cargo crates (alloc
, etc.)
#54381
Labels
A-edition-2018
Area: The 2018 edition
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Fallout from #54116, which fixed the syntax for imports from extern crates, a temporary solution to #53166.
This code:
Leads to an
unused_extern_crates
lint failure.Meta
The text was updated successfully, but these errors were encountered: