forked from Deuxfleurs/garage
fix a clippy lint
This commit is contained in:
parent
913f7754bb
commit
8f9cf3a5d1
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
"",
|
||||
|
|
Loading…
Reference in a new issue