mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
Make it possible to compile with stable Rust
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(clippy::correctness, missing_debug_implementations, clippy::all)]
|
||||
#![allow(clippy::match_bool)]
|
||||
#![feature(ptr_wrapping_offset_from)]
|
||||
#![feature(drain_filter)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate failure_derive;
|
||||
|
||||
Reference in New Issue
Block a user