aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial-perf-alloc-02.rs
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:43:31 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:43:31 +0000
commit7b18f1f6aeec942ca3de55b7a337ab146bcf0b0d (patch)
tree54a419676109a710f3f0e89202a8dbacf17ddd18 /examples/tutorial-perf-alloc-02.rs
parent0e105dfc9f68bbfad6e41e359e1f2a8a9cf1f0d0 (diff)
parent3e92abfbfe16baad364fafce8b86d28481b2a50a (diff)
downloadcsv-f1f16959197776c9d9c132952a2dfb2e24de724a.tar.gz
Change-Id: I320df579e0844415f8f73f8ad54e483f2a1cb2ca
Diffstat (limited to 'examples/tutorial-perf-alloc-02.rs')
-rw-r--r--examples/tutorial-perf-alloc-02.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/tutorial-perf-alloc-02.rs b/examples/tutorial-perf-alloc-02.rs
index a3099a1..fc7a8e5 100644
--- a/examples/tutorial-perf-alloc-02.rs
+++ b/examples/tutorial-perf-alloc-02.rs
@@ -1,6 +1,4 @@
-use std::error::Error;
-use std::io;
-use std::process;
+use std::{error::Error, io, process};
fn run() -> Result<u64, Box<dyn Error>> {
let mut rdr = csv::Reader::from_reader(io::stdin());