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 ``` |
||
|---|---|---|
| .. | ||
| missing_cast_for_variadic_arg.rs | ||
| sized_unsized_cast.rs | ||
| wrong_number_of_generic_args.rs | ||