Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 21, 2024
1 parent ed24929 commit 392fae0
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 @@ -485,7 +485,7 @@ impl Encrypted {

if is_valid {
let session_id = self.session_id.as_ref();
#[allow(clippy::blocks_in_if_conditions)]
#[allow(clippy::blocks_in_conditions)]
if SIGNATURE_BUFFER.with(|buf| {
let mut buf = buf.borrow_mut();
buf.clear();
Expand Down

0 comments on commit 392fae0

Please sign in to comment.