feat(inoculate): QEMU debug logging in test mode (#510) #1437
Annotations
3 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run rustdoc:
maitake-sync/src/lib.rs#L5
warning: the feature `error_in_core` has been stable since 1.81.0 and no longer requires an attribute to enable
--> maitake-sync/src/lib.rs:5:45
|
5 | #![cfg_attr(feature = "core-error", feature(error_in_core))]
| ^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
run rustdoc:
maitake/src/lib.rs#L5
warning: the feature `error_in_core` has been stable since 1.81.0 and no longer requires an attribute to enable
--> maitake/src/lib.rs:5:45
|
5 | #![cfg_attr(feature = "core-error", feature(error_in_core))]
| ^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
Loading