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 232b8a9 commit 1e8e5ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion protobuf-support/src/lexer/lexer_impl.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::char;
use std::convert::TryFrom;
use std::num::ParseFloatError;
use std::num::ParseIntError;

Expand Down
2 changes: 0 additions & 2 deletions protobuf/src/coded_input_stream/buf_read_iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,6 @@ mod test_bytes {
#[cfg(test)]
mod test {
use std::io;
use std::io::BufRead;
use std::io::Read;

use super::*;

Expand Down
1 change: 0 additions & 1 deletion protobuf/src/message_field.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::default::Default;
use std::hash::Hash;
use std::ops::Deref;
use std::option;
Expand Down
5 changes: 0 additions & 5 deletions protobuf/src/reflect/field/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,12 +563,7 @@ pub(crate) enum FieldDescriptorImplRef<'a> {

#[cfg(test)]
mod test {
use std::collections::HashMap;

use crate::descriptor::DescriptorProto;
use crate::reflect::ReflectValueBox;
use crate::well_known_types::struct_::Struct;
use crate::well_known_types::struct_::Value;
use crate::MessageFull;

#[test]
Expand Down

0 comments on commit 1e8e5ac

Please sign in to comment.