mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Remove unneeded const_fn feature
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#![feature(const_fn)]
|
||||
#![no_std] // don't link the Rust standard library
|
||||
|
||||
extern crate spin;
|
||||
|
||||
Reference in New Issue
Block a user