mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-09-08 02:25:20 -05:00
cargo: clippy
This commit is contained in:
@@ -8,7 +8,7 @@ use encoding_rs::Encoding;
|
||||
use kbinxml::{EncodingType, Options, Printer};
|
||||
|
||||
fn display_buf(buf: &[u8]) -> Result<(), IoError> {
|
||||
io::stdout().write_all(&buf)?;
|
||||
io::stdout().write_all(buf)?;
|
||||
println!();
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user