mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
cargo: clippy
This commit is contained in:
parent
1364836b20
commit
e6890a3c74
@ -57,7 +57,7 @@ fn main() -> io::Result<()> {
|
||||
let f_out = OpenOptions::new()
|
||||
.read(true)
|
||||
.write(true)
|
||||
.create(true)
|
||||
.truncate(true)
|
||||
.open(output_filename)?;
|
||||
f_out.set_len((jammed_output.size() << 3) as u64)?;
|
||||
unsafe {
|
||||
|
Loading…
Reference in New Issue
Block a user