Closed
Description
Currently, if an import fails to resolve, we also emit a warning. The warning should be silenced.
error[E0433]: failed to resolve. Could not find `ext` in `os`
--> src/lib.rs:37:22
|
37 | use std::os::ext::ffi::OsStringExt;
| ^^^ Could not find `ext` in `os`
warning: unused import: `std::os::ext::ffi::OsStringExt`
--> src/lib.rs:37:13
|
37 | use std::os::ext::ffi::OsStringExt;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
zackmdavis commentedon Mar 4, 2018
(duplicate of #48244)