aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial-pipeline-search-01.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial-pipeline-search-01.rs')
-rw-r--r--examples/tutorial-pipeline-search-01.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/tutorial-pipeline-search-01.rs b/examples/tutorial-pipeline-search-01.rs
index 3bfb8ea..d2cf5c1 100644
--- a/examples/tutorial-pipeline-search-01.rs
+++ b/examples/tutorial-pipeline-search-01.rs
@@ -1,7 +1,4 @@
-use std::env;
-use std::error::Error;
-use std::io;
-use std::process;
+use std::{env, error::Error, io, process};
fn run() -> Result<(), Box<dyn Error>> {
// Get the query from the positional arguments.