Remove unnecessary feature gates

This commit is contained in:
Jacob Pratt
2023-08-12 00:15:40 -04:00
parent 7f08376964
commit 62ca5aa8e4
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
#![feature(associated_type_bounds)]
#![feature(box_patterns)]
#![feature(if_let_guard)]
#![feature(int_roundings)]
#![feature(let_chains)]
#![feature(negative_impls)]
#![feature(never_type)]