Skip to content

Commit 12e7dec

Browse files
committed
fix: remove invalid clippy lint attribute
1 parent 44a5350 commit 12e7dec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/command_wrappers/ssh.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ impl SshClient {
226226
}
227227
Ok(false) => {
228228
// Connection failed, continue trying
229-
#[allow(clippy::manual_is_multiple_of)]
230229
if (attempt + 1) % 5 == 0 {
231230
info!(
232231
" Still waiting for SSH to {}... (attempt {}/{})",

0 commit comments

Comments
 (0)