Skip to content

Commit 44fa4af

Browse files
stepanchegvaikzs
authored andcommitted
Remove some unused imports
1 parent 713c8f0 commit 44fa4af

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

protobuf-parse/src/pure/convert/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
mod option_resolver;
44
mod type_resolver;
55

6-
use protobuf;
76
use protobuf::descriptor::descriptor_proto::ReservedRange;
87
use protobuf::descriptor::enum_descriptor_proto::EnumReservedRange;
98
use protobuf::descriptor::field_descriptor_proto;

test-crates/protobuf-test-common/src/build.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ use std::io::Write;
88
use std::path::Path;
99

1010
use anyhow::Context;
11-
use glob;
1211
use log::debug;
1312
pub use protobuf_codegen::Customize;
1413

test-crates/protobuf-test-common/src/text_format_tests.rs

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use protobuf::text_format::merge_from_str;
1313
use protobuf::text_format::print_to_string;
1414
use protobuf::Message;
1515
use protobuf::MessageDyn;
16-
use tempfile;
1716

1817
pub fn parse_using_rust_protobuf(
1918
text: &str,

0 commit comments

Comments
 (0)