aboutsummaryrefslogtreecommitdiff
path: root/benches
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:21:10 +0000
committerDavid LeGare <legare@google.com>2022-03-02 16:21:10 +0000
commit793d84b7b9add8be0de7846184d4f21c7fa7c17e (patch)
treee5729062dc903dc271e2bfdc1803bcd03affbeb3 /benches
parent460914e0f185cd5ebf81a1720dcc73d302213040 (diff)
downloadprotobuf-793d84b7b9add8be0de7846184d4f21c7fa7c17e.tar.gz
Update protobuf to 2.27.1
Test: cd external/rust/crates && atest --host -c Change-Id: Iaae5fc30f1bd87b2d4a92ee1ae07bc18e1bc50d4
Diffstat (limited to 'benches')
-rw-r--r--benches/coded_output_stream.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/benches/coded_output_stream.rs b/benches/coded_output_stream.rs
index 0f57a38..9edf95c 100644
--- a/benches/coded_output_stream.rs
+++ b/benches/coded_output_stream.rs
@@ -5,9 +5,10 @@
extern crate protobuf;
extern crate test;
-use self::test::Bencher;
use protobuf::CodedOutputStream;
+use self::test::Bencher;
+
#[inline]
fn buffer_write_byte(os: &mut CodedOutputStream) {
for i in 0..10 {