Skip to content

Commit 8cf5e3c

Browse files
remove unused imports
1 parent f7715fb commit 8cf5e3c

File tree

1 file changed

+0
-4
lines changed
  • rust-runtime/aws-smithy-types/src

1 file changed

+0
-4
lines changed

rust-runtime/aws-smithy-types/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
rust_2018_idioms,
1414
unreachable_pub
1515
)]
16-
17-
use crate::error::{TryFromNumberError, TryFromNumberErrorKind};
18-
use std::collections::HashMap;
19-
2016
pub mod base64;
2117
pub mod date_time;
2218
pub mod endpoint;

0 commit comments

Comments
 (0)