diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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())?; }, } |