Fix clippy lint in preproc

This commit is contained in:
philippeitis
2022-10-19 20:30:19 -07:00
parent 9c9c17b923
commit 05fc10b0c4

View File

@@ -31,5 +31,5 @@ fn main() {
None,
)
.unwrap();
io::stdout().write_all(&output.as_bytes()).unwrap();
io::stdout().write_all(output.as_bytes()).unwrap();
}