Skip to content

Commit

Permalink
Addressed new Clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Mar 21, 2024
1 parent d674757 commit 63bb0dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/prost/private/protoc_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 63bb0dd

Please sign in to comment.