Skip to content

feat(bitfield): add enum_from_bits! macro #1242

feat(bitfield): add enum_from_bits! macro

feat(bitfield): add enum_from_bits! macro #1242

Triggered via pull request July 22, 2023 18:10
@hawkwhawkw
synchronize #450
eliza/bits-enum
Status Success
Total duration 13m 2s
Artifacts
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
changed_paths
cargo check (host)
7m 26s
cargo check (host)
rustfmt
21s
rustfmt
clippy
7m 22s
clippy
cargo test (host)
12m 38s
cargo test (host)
build boot image (x86_64)
6m 7s
build boot image (x86_64)
cargo test (cross x64)
8m 6s
cargo test (cross x64)
docs
12m 36s
docs
Loom tests (cordyceps)
2m 55s
Loom tests (cordyceps)
Miri tests (codyceps)
4m 44s
Miri tests (codyceps)
Tests (maitake, no-default-features)
3m 58s
Tests (maitake, no-default-features)
Loom tests (maitake)
3m 54s
Loom tests (maitake)
Loom tests (mycelium-util)
3m 22s
Loom tests (mycelium-util)
Fit to window
Zoom out
Zoom in

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