avoid compiler warning

This commit is contained in:
Dietmar Maurer 2019-03-03 09:52:06 +01:00
parent e77a02ed87
commit af926291e0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use std::time::Duration;
use std::os::unix::io::RawFd; use std::os::unix::io::RawFd;
use std::os::unix::io::AsRawFd; use std::os::unix::io::AsRawFd;
use serde_json::{json, Value}; use serde_json::Value;
pub mod timer; pub mod timer;
pub mod wrapped_reader_stream; pub mod wrapped_reader_stream;