diff --git a/Cargo.toml b/Cargo.toml index f11de2d..5bfa488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ codegen-units = 1 # Optimize for single codegen unit (better performance) panic = 'abort' # Abort on panic (smaller binary size) [lints.clippy] -unwrap_used = "deny" +unwrap_used = "warn" diff --git a/src/lib.rs b/src/lib.rs index 7d68e53..7e733fa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,3 @@ -|------------------------------------------------------------------------------| //! Exposes the modules that are needed by the client, server and commander /// persists the blocked list of deadlines