parser
|
for x in range(a, b) -> for x in a..b
|
2015-01-29 07:47:37 -05:00 |
mod.rs
|
s/Show/Debug/g
|
2015-01-29 07:49:02 -05:00 |
parm.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
searcher.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |