Skip to content

Commit

Permalink
fixed clippy errors in aws crate
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyshazam committed Mar 5, 2024
1 parent acf1074 commit 7891dae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/aws/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ use futures::stream::BoxStream;
use futures::Future;
use std::collections::HashMap;
use std::fmt::Debug;
use std::future::IntoFuture;
use std::ops::Range;
use std::str::FromStr;
use std::sync::Arc;
use std::time::Duration;
use tokio::io::AsyncWrite;
use tokio::runtime::Handle;
use url::Url;

#[cfg(feature = "native-tls")]
Expand Down

0 comments on commit 7891dae

Please sign in to comment.