feat(maitake): dequeue one task at a time in scheduler #1288
Annotations
3 warnings
hal-x86_64/src/interrupt/apic/io.rs#L284
warning: unused import: `super::*`
--> hal-x86_64/src/interrupt/apic/io.rs:284:9
|
284 | use super::*;
| ^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
trace/src/embedded_graphics.rs#L132
warning: unused variable: `actual_point`
--> trace/src/embedded_graphics.rs:132:17
|
132 | Err(actual_point) => unsafe {
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_actual_point`
|
= note: `#[warn(unused_variables)]` on by default
|
hal-x86_64/src/interrupt/apic/io.rs#L284
warning: unused import: `super::*`
--> hal-x86_64/src/interrupt/apic/io.rs:284:9
|
284 | use super::*;
| ^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
The logs for this run have expired and are no longer available.
Loading