Skip to content

Commit fb2cba9

Browse files
committed
Fixed clippy
1 parent dbf07f6 commit fb2cba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/common/src/http_wrapper.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pub trait RequestWrapper {
1313

1414
fn get_path(&self) -> &str;
1515

16+
#[allow(clippy::wrong_self_convention)]
1617
fn into_body_bytes(&mut self) -> Vec<u8>;
1718

1819
fn set_header(&mut self, name: HeaderName, value: HeaderValue);

0 commit comments

Comments
 (0)