mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-28 16:07:06 +00:00
[fix-cargo-toml] fix cargo warnings in Cargo.toml files
This commit is contained in:
@@ -349,7 +349,7 @@ mod tests {
|
||||
crate::signature::signing_hmac(&datetime, secret_key, region, "s3").unwrap();
|
||||
|
||||
let data: &[&[u8]] = &[b"1"];
|
||||
let body = futures::stream::iter(data.iter().map(|block| Ok(block.as_ref().into())));
|
||||
let body = futures::stream::iter(data.iter().map(|block| Ok(block.to_vec().into())));
|
||||
|
||||
let seed_signature = Hash::default();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user