Remove unused feature gate

This commit is contained in:
bjorn3
2026-04-06 15:07:26 +02:00
committed by Jeremy Soller
parent 89a29f4e56
commit 2e784dfe46
-1
View File
@@ -8,7 +8,6 @@
#![feature(int_roundings)]
#![feature(iter_next_chunk)]
#![feature(sync_unsafe_cell)]
#![feature(variant_count)]
#![feature(btree_cursors)]
#![cfg_attr(not(test), no_std)]
#![cfg_attr(not(test), no_main)]