mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable unused_qualifications lint
This commit is contained in:
parent
d7e945f4c5
commit
793d809ac6
7 changed files with 12 additions and 17 deletions
|
|
@ -326,7 +326,7 @@ where
|
|||
};
|
||||
|
||||
let mut http_request =
|
||||
http::Request::builder().uri(parts.uri).method(parts.method);
|
||||
Request::builder().uri(parts.uri).method(parts.method);
|
||||
*http_request.headers_mut().unwrap() = parts.headers;
|
||||
|
||||
if let Some(CanonicalJsonValue::Object(json_body)) = &mut json_body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue