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 9e1be64 commit c255a85Copy full SHA for c255a85
cranelift/codegen/build.rs
@@ -264,5 +264,5 @@ fn rustfmt(code: &str) -> std::io::Result<String> {
264
));
265
}
266
267
- Ok(String::from_utf8(data).expect("rustfmt always writs utf-8 to stdout"))
+ Ok(String::from_utf8(data).expect("rustfmt always writes utf-8 to stdout"))
268
0 commit comments