Skip to content

mock: correct contextual/explicit parent assertions #4971

mock: correct contextual/explicit parent assertions

mock: correct contextual/explicit parent assertions #4971

Triggered via pull request November 20, 2023 14:24
Status Failure
Total duration 13m 46s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

on: pull_request
cargo check
48s
cargo check
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
cargo fmt
14s
cargo fmt
cargo test (feature-specific)
12m 26s
cargo test (feature-specific)
Matrix: test
all systems go!
0s
all systems go!
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information: tracing-core/src/lib.rs#L155
error: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information --> tracing-core/src/lib.rs:155:5 | 155 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `-D renamed-and-removed-lints` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(renamed_and_removed_lints)]`
warnings
Clippy had exited with the 101 exit code
warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/