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
2025-02-17 14:38:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1431fc04af
rust-clippy
/
src
History
Jonathan Castello
1431fc04af
Implement a lint to check for args like
fn foo(ref x: u8)
, as the
ref
is effectively ignored by rustc.
2014-12-24 15:20:30 -08:00
..
lib.rs
Implement a lint to check for args like
fn foo(ref x: u8)
, as the
ref
is effectively ignored by rustc.
2014-12-24 15:20:30 -08:00
misc.rs
Implement a lint to check for args like
fn foo(ref x: u8)
, as the
ref
is effectively ignored by rustc.
2014-12-24 15:20:30 -08:00
types.rs
rustup
2014-12-19 14:41:00 +05:30