mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +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)]
|
#![deny(clippy::correctness, missing_debug_implementations, clippy::all)]
|
||||||
// for now we hide warnings to not clutter/hide errors during "cargo clippy"
|
// for now we hide warnings to not clutter/hide errors during "cargo clippy"
|
||||||
#![allow(clippy::cognitive_complexity, clippy::too_many_arguments)]
|
#![allow(clippy::cognitive_complexity, clippy::too_many_arguments)]
|
||||||
|
|||||||
Reference in New Issue
Block a user