feat(bitfield): add enum_from_bits!
macro
#1242
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
changed_paths
7s
cargo check (host)
7m 26s
rustfmt
21s
clippy
7m 22s
cargo test (host)
12m 38s
build boot image (x86_64)
6m 7s
cargo test (cross x64)
8m 6s
docs
12m 36s
Loom tests (cordyceps)
2m 55s
Miri tests (codyceps)
4m 44s
Tests (maitake, no-default-features)
3m 58s
Loom tests (maitake)
3m 54s
Loom tests (mycelium-util)
3m 22s
Annotations
1 warning
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
|