Skip to content

Commit

Permalink
Remove some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Feb 25, 2024
1 parent 4df4d77 commit 50e40ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion protobuf-parse/src/pure/convert/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
mod option_resolver;
mod type_resolver;

use protobuf;
use protobuf::descriptor::descriptor_proto::ReservedRange;
use protobuf::descriptor::enum_descriptor_proto::EnumReservedRange;
use protobuf::descriptor::field_descriptor_proto;
Expand Down
1 change: 0 additions & 1 deletion test-crates/protobuf-test-common/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use std::io::Write;
use std::path::Path;

use anyhow::Context;
use glob;
use log::debug;
pub use protobuf_codegen::Customize;

Expand Down
1 change: 0 additions & 1 deletion test-crates/protobuf-test-common/src/text_format_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use protobuf::text_format::merge_from_str;
use protobuf::text_format::print_to_string;
use protobuf::Message;
use protobuf::MessageDyn;
use tempfile;

pub fn parse_using_rust_protobuf(
text: &str,
Expand Down

0 comments on commit 50e40ed

Please sign in to comment.