This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2024-11-15 09:27:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
299fbceb96
rust-clippy
/
tests
/
ui-toml
/
ifs_same_cond
History
Samuel "Sam" Tardieu
e6646eb5fd
needless_else: new lint to check for empty else clauses
2023-05-22 11:52:26 +02:00
..
clippy.toml
extract
is_interior_mutable_type
from [
mut_key
] to
clippy_utils::ty
;
2023-03-13 20:17:30 +08:00
ifs_same_cond.rs
needless_else: new lint to check for empty else clauses
2023-05-22 11:52:26 +02:00
ifs_same_cond.stderr
extract
is_interior_mutable_type
from [
mut_key
] to
clippy_utils::ty
;
2023-03-13 20:17:30 +08:00