Remove unused feature

This commit is contained in:
William Venner 2021-10-24 20:30:03 +01:00
parent 00cb274bf3
commit 923ac7a190
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#![feature(c_unwind)] #![feature(c_unwind)]
#![feature(thread_id_value)] #![feature(thread_id_value)]
#![feature(const_btree_new)]
pub use libloading; pub use libloading;
pub use detour; pub use detour;