We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b9f45 commit 7767ccfCopy full SHA for 7767ccf
cargo-registry-s3/lib.rs
@@ -1,7 +1,7 @@
1
#![warn(clippy::all, rust_2018_idioms)]
2
3
use chrono::prelude::Utc;
4
-use hmac::{Hmac, Mac, NewMac};
+use hmac::{Hmac, Mac};
5
use reqwest::{
6
blocking::{Body, Client, Response},
7
header,
0 commit comments