rust/src/librustdoc/html
Jorge Aparicio fd702702ee for x in xs.into_iter() -> for x in xs
Also `for x in option.into_iter()` -> `if let Some(x) = option`
2015-02-02 13:40:18 -05:00
..
static Improve mobile-friendliness of API docs 2015-01-24 12:09:24 -08:00
escape.rs rollup merge of #21258: aturon/stab-3-index 2015-01-21 11:53:49 -08:00
format.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
highlight.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
item_type.rs rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
layout.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
markdown.rs Test fixes and rebase conflicts 2015-01-30 14:53:34 -08:00
render.rs for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00
toc.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00