feat(bitfield): add u128
support
#1312
ci.yml
on: pull_request
changed_paths
6s
cargo check (host)
7m 48s
rustfmt
14s
clippy
6m 49s
cargo test (host)
8m 49s
build boot image (x86_64)
7m 15s
cargo test (cross x64)
8m 14s
docs
8m 33s
Loom tests (cordyceps)
7m 1s
Miri tests (codyceps)
6m 6s
Tests (maitake, no-default-features)
5m 33s
Loom tests (maitake)
7m 58s
Loom tests (mycelium-util)
4m 39s
Annotations
6 warnings
clippy:
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
|
clippy:
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
|
cargo check (host):
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
|
cargo check (host):
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
|
cargo check (host):
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
|
docs:
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
|