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 dbf07f6 commit fb2cba9Copy full SHA for fb2cba9
crates/common/src/http_wrapper.rs
@@ -13,6 +13,7 @@ pub trait RequestWrapper {
13
14
fn get_path(&self) -> &str;
15
16
+ #[allow(clippy::wrong_self_convention)]
17
fn into_body_bytes(&mut self) -> Vec<u8>;
18
19
fn set_header(&mut self, name: HeaderName, value: HeaderValue);
0 commit comments