mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
![]() fixes #117448 For example unnecessary imports in std::prelude that can be eliminated: ```rust use std::option::Option::Some;//~ WARNING the item `Some` is imported redundantly use std::option::Option::None; //~ WARNING the item `None` is imported redundantly ``` |
||
---|---|---|
.. | ||
rmeta | ||
creader.rs | ||
dependency_format.rs | ||
errors.rs | ||
foreign_modules.rs | ||
fs.rs | ||
lib.rs | ||
locator.rs | ||
native_libs.rs |