aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial-write-02.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial-write-02.rs')
-rw-r--r--examples/tutorial-write-02.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/tutorial-write-02.rs b/examples/tutorial-write-02.rs
index 76b5755..692a123 100644
--- a/examples/tutorial-write-02.rs
+++ b/examples/tutorial-write-02.rs
@@ -1,7 +1,4 @@
-use std::env;
-use std::error::Error;
-use std::ffi::OsString;
-use std::process;
+use std::{env, error::Error, ffi::OsString, process};
fn run() -> Result<(), Box<dyn Error>> {
let file_path = get_first_arg()?;