Remove never_type feature gate

The stabilization for this feature has landed in nightly.
This commit is contained in:
David Tolnay
2019-11-23 19:30:19 -08:00
parent 4eb580790d
commit 533fb9cc44
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -1,5 +1,4 @@
#![allow(clippy::decimal_literal_representation, clippy::unreadable_literal)]
#![cfg_attr(feature = "unstable", feature(never_type))]
use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet};
use std::default::Default;