We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63d42e commit 281bf03Copy full SHA for 281bf03
tests/rustfmt/main.rs
@@ -109,9 +109,7 @@ fn inline_config() {
109
110
#[test]
111
fn rustfmt_usage_text() {
112
- let args = [
113
- "--help",
114
- ];
+ let args = ["--help"];
115
let (stdout, _) = rustfmt(&args);
116
- assert!(stdout.contains(&format!("Format Rust code\n\nusage: rustfmt [options] <file>...")));
+ assert!(stdout.contains("Format Rust code\n\nusage: rustfmt [options] <file>..."));
117
}
0 commit comments