Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
libhermit-rs
Commits
797b832e
Commit
797b832e
authored
Aug 17, 2021
by
Stefan Lankes
Browse files
remove compiler warnings
parent
fa5698e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib.rs
View file @
797b832e
...
...
@@ -16,7 +16,6 @@
#![allow(clippy::not_unsafe_ptr_arg_deref)]
#![allow(clippy::missing_safety_doc)]
#![allow(incomplete_features)]
#![feature(asm)]
#![feature(abi_x86_interrupt)]
#![feature(allocator_api)]
#![feature(asm)]
...
...
@@ -30,7 +29,6 @@
#![feature(naked_functions)]
#![feature(panic_info_message)]
#![feature(specialization)]
#![feature(naked_functions)]
#![feature(nonnull_slice_from_raw_parts)]
#![feature(core_intrinsics)]
#![feature(alloc_error_handler)]
...
...
src/scheduler/mod.rs
View file @
797b832e
...
...
@@ -27,7 +27,6 @@ use crate::config::*;
use
crate
::
kernel
::
scheduler
::
TaskStacks
;
use
crate
::
scheduler
::
task
::
*
;
use
crate
::
synch
::
spinlock
::
*
;
use
crate
::{
DEFAULT_STACK_SIZE
,
KERNEL_STACK_SIZE
};
pub
mod
task
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment