aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial-read-01.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial-read-01.rs')
-rw-r--r--examples/tutorial-read-01.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/tutorial-read-01.rs b/examples/tutorial-read-01.rs
index 9fc9293..6d75f79 100644
--- a/examples/tutorial-read-01.rs
+++ b/examples/tutorial-read-01.rs
@@ -1,8 +1,4 @@
-use std::env;
-use std::error::Error;
-use std::ffi::OsString;
-use std::fs::File;
-use std::process;
+use std::{env, error::Error, ffi::OsString, fs::File, process};
fn run() -> Result<(), Box<dyn Error>> {
let file_path = get_first_arg()?;