remove #![allow(stable_features)] from most tests

This commit is contained in:
cyrgani 2026-02-17 08:45:08 +00:00
parent d1a11b670b
commit 28fc413c8f
36 changed files with 4 additions and 101 deletions

View file

@ -1,5 +1,3 @@
#![allow(stable_features)]
use std::ptr::{read_volatile, write_volatile};
#[test]