diff --git a/src/lib.rs b/src/lib.rs index c7de812..fe3d091 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;