mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
Forbid unsafe code in deltachat crate
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(clippy::correctness, missing_debug_implementations, clippy::all)]
|
||||
// for now we hide warnings to not clutter/hide errors during "cargo clippy"
|
||||
#![allow(clippy::cognitive_complexity, clippy::too_many_arguments)]
|
||||
|
||||
Reference in New Issue
Block a user