rust-analyzer/crates/salsa/salsa-macros
surechen 50dce5736f By tracking import use types to check whether it is scope uses or the other situations like module-relative uses, we can do more accurate redundant import checking.
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
```
2024-02-18 16:38:11 +08:00
..
src By tracking import use types to check whether it is scope uses or the other situations like module-relative uses, we can do more accurate redundant import checking. 2024-02-18 16:38:11 +08:00
Cargo.toml Clippy 2024-02-07 17:08:38 +01:00
LICENSE-APACHE Move salsa fork in-tree 2024-02-07 16:29:46 +01:00
LICENSE-MIT Move salsa fork in-tree 2024-02-07 16:29:46 +01:00
README.md Move salsa fork in-tree 2024-02-07 16:29:46 +01:00

../README.md