From 923ac7a190a9ed5e2d893ef117306f4b8130c2cc Mon Sep 17 00:00:00 2001 From: William Venner Date: Sun, 24 Oct 2021 20:30:03 +0100 Subject: [PATCH] Remove unused feature --- gmod/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/gmod/src/lib.rs b/gmod/src/lib.rs index 571cdab..b0b4792 100644 --- a/gmod/src/lib.rs +++ b/gmod/src/lib.rs @@ -1,6 +1,5 @@ #![feature(c_unwind)] #![feature(thread_id_value)] -#![feature(const_btree_new)] pub use libloading; pub use detour;