Remove various unused feature gates

This commit is contained in:
bjorn3 2021-08-29 21:09:45 +02:00
parent a8387aef8c
commit 83ddedf170
5 changed files with 0 additions and 7 deletions

View file

@ -7,7 +7,6 @@
//! This API is completely unstable and subject to change.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(allow_internal_unstable)]
#![feature(array_windows)]
#![feature(associated_type_bounds)]
#![feature(auto_traits)]