This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
265
Commits
1
Branch
0
Tags
636
MiB
b299433de3
Commit Graph
2 Commits
Author
SHA1
Message
Date
Georg Brandl
9578403638
new lint: looping over x.iter() or x.iter_mut() (
fixes
#157
)
2015-08-13 16:31:16 +02:00
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