Skip to content

Commit

Permalink
nix flake update + cargo clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-bits committed Dec 23, 2023
1 parent 74c2aba commit cdda838
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion crates/kernel/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#![no_std]
#![no_main]
//
#![feature(custom_test_frameworks, type_name_of_val)]
#![feature(custom_test_frameworks)]
#![test_runner(crate::testfw::test_runner)]
#![reexport_test_harness_main = "test_main"]
#![allow(clippy::needless_return)]
Expand Down
2 changes: 1 addition & 1 deletion crates/scheduler/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![no_std]
#![feature(type_name_of_val, offset_of)]
#![feature(offset_of)]

//

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdda838

Please sign in to comment.