rust/src/libtest
bors 7bbcd005b3 Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
Don't format!() string literals

Prefer `to_string()` to `format!()` take 2, this time targetting string literals. In some cases (`&format!("...")` -> `"..."`) also removes allocations. Occurences of `format!("")` are changed to `String::new()`.
2018-07-30 06:29:39 +00:00
..
formatters Remove leftover tab in libtest outputs 2018-05-02 08:35:33 +02:00
Cargo.toml Switch to the crates.io getopts crate 2017-06-20 12:43:12 -07:00
lib.rs Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
stats.rs Cargo fmt libtest 2018-03-21 23:12:24 +09:00