Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Feb 11, 2024
1 parent 41f25bf commit 223c821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion russh/src/server/encrypted.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ impl Encrypted {
};
if is_valid {
let session_id = self.session_id.as_ref();
#[allow(clippy::blocks_in_if_conditions)] // length checked
#[allow(clippy::blocks_in_conditions)]
if SIGNATURE_BUFFER.with(|buf| {
let mut buf = buf.borrow_mut();
buf.clear();
Expand Down

0 comments on commit 223c821

Please sign in to comment.