rust/src/librustdoc/html
2018-08-27 21:52:10 +02:00
..
static Fix invalid display of unstable messages 2018-08-27 21:52:10 +02:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
highlight.rs fix tidy errors 2018-08-19 23:01:01 +02:00
item_type.rs Implement existential types 2018-07-18 10:53:08 +02:00
layout.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
markdown.rs Avoid unnecessary pattern matching against Option and Result 2018-08-07 10:24:27 +02:00
render.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
toc.rs Prefer to_string() to format!() 2018-07-27 11:11:18 +02:00