This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-10-03 02:40:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
tests
/
ui
/
lint
/
use-redundant
History
surechen
523ab25418
add test for
#71450
2024-03-05 10:45:09 +08:00
..
issue-92904.rs
…
use-redundant-glob-parent.rs
…
use-redundant-glob-parent.stderr
…
use-redundant-glob.rs
…
use-redundant-glob.stderr
…
use-redundant-issue-71450.rs
add test for
#71450
2024-03-05 10:45:09 +08:00
use-redundant-issue-71450.stderr
add test for
#71450
2024-03-05 10:45:09 +08:00
use-redundant-issue-78894.rs
add test for
#71450
2024-03-05 10:45:09 +08:00
use-redundant-issue-78894.stderr
add test for
#71450
2024-03-05 10:45:09 +08:00
use-redundant-multiple-namespaces.rs
…
use-redundant-not-parent.rs
…
use-redundant-prelude-rust-2015.rs
…
use-redundant-prelude-rust-2015.stderr
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
use-redundant-prelude-rust-2021.rs
…
use-redundant-prelude-rust-2021.stderr
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
use-redundant.rs
…
use-redundant.stderr
…