From 63bb0ddb4b9910d7e7143d50fc1607ef798ad66d Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Thu, 21 Mar 2024 08:25:57 -0700 Subject: [PATCH] Addressed new Clippy lints --- proto/prost/private/protoc_wrapper.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proto/prost/private/protoc_wrapper.rs b/proto/prost/private/protoc_wrapper.rs index f8be6478f8..9c41892ccf 100644 --- a/proto/prost/private/protoc_wrapper.rs +++ b/proto/prost/private/protoc_wrapper.rs @@ -886,8 +886,7 @@ mod test { use super::*; - use prost_types::{FieldDescriptorProto, FileDescriptorProto, ServiceDescriptorProto}; - use std::collections::BTreeMap; + use prost_types::{FieldDescriptorProto, ServiceDescriptorProto}; #[test] fn oneof_type_to_extern_paths_test() {