src/lib.rs

branch
dev
changeset 37
2bee40c5e834
parent 23
a676300f2e66
child 45
ad1f3705c3fc
--- a/src/lib.rs	Wed Oct 04 09:03:47 2023 -0500
+++ b/src/lib.rs	Fri Oct 13 14:14:26 2023 -0500
@@ -7,9 +7,6 @@
 #![allow(mixed_script_confusables)]
 #![allow(confusable_idents)]
 
-// We need BinaryHeap::retain from nightly
-#![feature(binary_heap_retain)]
-
 #![feature(maybe_uninit_uninit_array,maybe_uninit_array_assume_init,maybe_uninit_slice)]
 #![feature(try_trait_v2_residual,try_trait_v2)]
 

mercurial