Skip to content

Commit

Permalink
Remove clippy override since the bug was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed May 22, 2024
1 parent c0e4475 commit e7e5699
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
//! New vZVD core logic.
#![deny(clippy::all)]
// TODO https://github.com/rust-lang/rust-clippy/issues/12564
#![allow(clippy::manual_unwrap_or_default)]

use anyhow::Result;
use shared::Config;
Expand Down

0 comments on commit e7e5699

Please sign in to comment.