Remove unused import from example

This commit is contained in:
jD91mZM2
2018-06-07 20:11:57 +02:00
parent 85aa51328a
commit a33edcf322
+1 -1
View File
@@ -1,6 +1,6 @@
use std::{
fs::File,
io::{self, prelude::*}
io
};
fn main() -> io::Result<()> {