Compare commits

...

2 Commits

Author SHA1 Message Date
Robert Lucas
b5f611eb19 Merge f894fb15d5 into 9ea911b0bb 2025-01-15 19:42:45 +01:00
Philipp Oppermann
9ea911b0bb Remove stable const_mut_refs feature 2025-01-15 19:41:40 +01:00

View File

@@ -2,7 +2,6 @@
#![cfg_attr(test, no_main)]
#![feature(custom_test_frameworks)]
#![feature(abi_x86_interrupt)]
#![feature(const_mut_refs)]
#![test_runner(crate::test_runner)]
#![reexport_test_harness_main = "test_main"]