diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -16,4 +16,4 @@ __bindgen.* csmith-fuzzing/platform.info # Backups of test cases from C-Reduce -**.orig +**/*.orig @@ -1835,7 +1835,7 @@ impl Bindings { writer.write(rustfmt_bindings.as_bytes())?; }, Err(err) => { - eprintln!("{:?}", err); + eprintln!("Failed to run rustfmt: {} (non-fatal, continuing)", err); writer.write(bindings.as_bytes())?; }, } |