mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 10:54:38 +00:00
clippy
This commit is contained in:
parent
a5a587f94a
commit
64ef7ac617
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ fn pack(args: ActionPack) -> Result<(), unpak::Error> {
|
|||
if args.verbose {
|
||||
println!("packing {}", &rel);
|
||||
}
|
||||
pak.write_file(&rel, &mut BufReader::new(File::open(&p)?))?;
|
||||
pak.write_file(rel, &mut BufReader::new(File::open(&p)?))?;
|
||||
}
|
||||
|
||||
pak.write_index()?;
|
||||
|
|
Loading…
Reference in a new issue