Skip to content

Commit a293a87

Browse files
committed
psx: Remove attribute for stabilized feature
1 parent 1ae586b commit a293a87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

psx/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
#![feature(alloc_error_handler)]
5151
// Used in psx::hw::irq
5252
#![feature(variant_count)]
53-
// Used in psx::sys::fs
54-
#![feature(pointer_is_aligned)]
5553
// Used for crate tests
5654
#![feature(custom_test_frameworks)]
5755
#![test_runner(crate::test::runner)]

0 commit comments

Comments
 (0)