Skip to content

fix(maitake-sync): impl Future for mutex::Lock with generic ScopedRawMutex #1452

fix(maitake-sync): impl Future for mutex::Lock with generic ScopedRawMutex

fix(maitake-sync): impl Future for mutex::Lock with generic ScopedRawMutex #1452

Triggered via pull request February 6, 2025 18:11
Status Success
Total duration 36m 34s
Artifacts

ci.yml

on: pull_request
changed_paths
5s
changed_paths
cargo check (host)
3m 35s
cargo check (host)
rustfmt
13s
rustfmt
clippy
2m 50s
clippy
cargo test (host)
4m 46s
cargo test (host)
build boot image (x86_64)
3m 12s
build boot image (x86_64)
cargo test (cross x64)
6m 9s
cargo test (cross x64)
docs
4m 6s
docs
Loom tests (cordyceps)
1m 31s
Loom tests (cordyceps)
Miri tests (cordyceps)
2m 40s
Miri tests (cordyceps)
Tests (maitake, no-default-features)
1m 31s
Tests (maitake, no-default-features)
Loom tests (maitake)
4m 14s
Loom tests (maitake)
Miri tests (maitake)
34m 24s
Miri tests (maitake)
all_systems_go
0s
all_systems_go
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
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
clippy: src/main.rs#L4
warning: the feature `panic_info_message` has been stable since 1.81.0 and no longer requires an attribute to enable --> src/main.rs:4:41 | 4 | #![cfg_attr(target_os = "none", feature(panic_info_message))] | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default