Make it possible to compile with stable Rust

This commit is contained in:
Alexander Krotov
2020-01-10 19:17:08 +03:00
parent d3b1972505
commit 90a4303c8e
2 changed files with 10 additions and 6 deletions

View File

@@ -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;