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-27 15:11:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f6090909d3
rust-clippy
/
tests
History
Georg Brandl
f6090909d3
new lint: using
for i in 0..x { .. vec[i] .. }
instead of iterator (
fixes
#3
)
2015-08-13 06:34:08 +02:00
..
compile-fail
new lint: using
for i in 0..x { .. vec[i] .. }
instead of iterator (
fixes
#3
)
2015-08-13 06:34:08 +02:00
compile-test.rs
all: whitespace cleanup
2015-08-11 20:22:50 +02:00
mut_mut_macro.rs
all: whitespace cleanup
2015-08-11 20:22:50 +02:00