unused_extern_crates
lint trigged after return of extern crate
syntax for non-Cargo crates (alloc
, etc.)
#54381
Labels
A-edition-2018-lints
Area: Lints supporting the 2018 edition
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: