We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8747bc9 + 4697025 commit 3dddbbdCopy full SHA for 3dddbbd
.gitignore
@@ -16,4 +16,4 @@ __bindgen.*
16
csmith-fuzzing/platform.info
17
18
# Backups of test cases from C-Reduce
19
-**.orig
+**/*.orig
src/lib.rs
@@ -1835,7 +1835,7 @@ impl Bindings {
1835
writer.write(rustfmt_bindings.as_bytes())?;
1836
},
1837
Err(err) => {
1838
- eprintln!("{:?}", err);
+ eprintln!("Failed to run rustfmt: {} (non-fatal, continuing)", err);
1839
writer.write(bindings.as_bytes())?;
1840
1841
}
0 commit comments