Skip to content

Commit c255a85

Browse files
authored
cranelift: fix typo (#9503)
1 parent 9e1be64 commit c255a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cranelift/codegen/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,5 +264,5 @@ fn rustfmt(code: &str) -> std::io::Result<String> {
264264
));
265265
}
266266

267-
Ok(String::from_utf8(data).expect("rustfmt always writs utf-8 to stdout"))
267+
Ok(String::from_utf8(data).expect("rustfmt always writes utf-8 to stdout"))
268268
}

0 commit comments

Comments
 (0)