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

@ -15,7 +15,6 @@
#![feature(exhaustive_patterns)]
#![feature(min_specialization)]
#![feature(step_trait)]
#![feature(unchecked_math)]
use std::path::{Path, PathBuf};