Skip to content

Commit 67183dc

Browse files
committed
Sort unstable crate features list
1 parent 68a4657 commit 67183dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
#![no_std]
2222
#![cfg_attr(test, no_main)]
23-
#![feature(custom_test_frameworks)]
2423
#![feature(abi_x86_interrupt)]
2524
#![feature(alloc_error_handler)]
2625
#![feature(const_mut_refs)]
26+
#![feature(custom_test_frameworks)]
2727
#![test_runner(crate::test_runner)]
2828
#![reexport_test_harness_main = "test_main"]
2929

0 commit comments

Comments
 (0)