Skip to content

Commit

Permalink
Remove unused unstable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
0x192 committed Oct 6, 2021
1 parent 7f748fc commit d788baf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![windows_subsystem = "windows"]
#![feature(drain_filter)]
#![feature(const_option)]
#[macro_use] extern crate log;

use std::{fs::OpenOptions, fmt::Arguments};
Expand Down

0 comments on commit d788baf

Please sign in to comment.