Remove unnecessary feature gate

This commit is contained in:
bjorn3 2021-08-13 13:03:46 +02:00 committed by GitHub
parent f389da9429
commit 7bc6742a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,6 @@
#![deny(unsafe_code)]
#![feature(plugin)]
#![feature(plugin_registrar)]
#![feature(rustc_private)]
#![cfg(feature = "unrooted_must_root_lint")]