aboutsummaryrefslogtreecommitdiff
path: root/benches/coded_input_stream.rs
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-02 11:32:01 -0700
committerJoel Galenson <jgalenson@google.com>2021-04-02 11:38:39 -0700
commitfa77f00cb55ecca70b342c5ebd022ef7a7520791 (patch)
treef4a3c759264793470fd44a7eca0c5319fea4f032 /benches/coded_input_stream.rs
parent85383fa5eab764d04d0d5db6389728486c4b6805 (diff)
downloadprotobuf-fa77f00cb55ecca70b342c5ebd022ef7a7520791.tar.gz
Upgrade rust/crates/protobuf to 2.22.1
Test: make Change-Id: Ie58392a6f5fd045cb0adab0adbe869383d10c198
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;