aboutsummaryrefslogtreecommitdiff
path: root/benches/coded_input_stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benches/coded_input_stream.rs')
-rw-r--r--benches/coded_input_stream.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/coded_input_stream.rs b/benches/coded_input_stream.rs
index ad78115..d1795e5 100644
--- a/benches/coded_input_stream.rs
+++ b/benches/coded_input_stream.rs
@@ -8,7 +8,7 @@ extern crate test;
use std::io;
use std::io::Read;
-use protobuf::stream::CodedInputStream;
+use protobuf::CodedInputStream;
use self::test::Bencher;