We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae586b commit a293a87Copy full SHA for a293a87
psx/src/lib.rs
@@ -50,8 +50,6 @@
50
#![feature(alloc_error_handler)]
51
// Used in psx::hw::irq
52
#![feature(variant_count)]
53
-// Used in psx::sys::fs
54
-#![feature(pointer_is_aligned)]
55
// Used for crate tests
56
#![feature(custom_test_frameworks)]
57
#![test_runner(crate::test::runner)]
0 commit comments