mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-06 21:03:13 +00:00
fix a clippy lint
This commit is contained in:
@@ -235,7 +235,7 @@ pub fn canonical_request(
|
||||
) -> String {
|
||||
[
|
||||
method.as_str(),
|
||||
&uri.path().to_string(),
|
||||
uri.path(),
|
||||
&canonical_query_string(uri),
|
||||
&canonical_header_string(headers, signed_headers),
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user