remove feature(never_type) since it's stable since 1.41.0 (latest nightly)

This commit is contained in:
Waffle 2019-12-07 19:17:32 +03:00
parent 81f8ef2575
commit 852df2e90e

View file

@ -1,7 +1,6 @@
#![allow(clippy::needless_doctest_main)]
#![allow(clippy::unit_arg)] // TODO
#![allow(clippy::ptr_arg)] // TODO
#![cfg_attr(feature = "never-type", feature(never_type))]
#[macro_use]
extern crate derive_more;