Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Konka committed Dec 9, 2019
1 parent a78c93f commit fc60dbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/wasi-common/src/hostcalls_impl/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use filetime::{set_file_handle_times, FileTime};
use log::trace;
use std::fs::File;
use std::io::{self, Read, Seek, SeekFrom, Write};
use std::mem;
use std::ops::DerefMut;
use std::time::{Duration, SystemTime, UNIX_EPOCH};

Expand Down

0 comments on commit fc60dbd

Please sign in to comment.