.github/workflows/nightly.yml #454
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
42s
nightly
/
...
/
cargo +nightly fmt
22s
nightly
/
...
/
cargo +nightly clippy
41s
nightly
/
...
/
cargo deny check
9s
nightly
/
...
/
cargo +stable test
31s
nightly
/
...
/
cargo +nightly test
41s
nightly
/
...
/
cargo +stable minimal-versions check --workspace
33s
nightly
/
...
/
cargo +nightly minimal-versions check --workspace
51s
nightly
/
...
/
cargo vet status
10s
nightly
/
...
/
cargo +nightly doc --cfg docsrs
40s
Annotations
5 errors and 6 warnings
nightly / clippy / cargo +nightly clippy:
src/main.rs#L92
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
nightly / clippy / cargo +nightly clippy:
src/crate_name.rs#L4
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
nightly / clippy / cargo +nightly clippy:
src/package_id_spec.rs#L9
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
nightly / clippy / cargo +nightly clippy
Process completed with exit code 101.
|
nightly / create issue
You have exceeded a secondary rate limit. Please wait a few minutes before you try again. If you reach out to GitHub Support for help, please include the request ID 8B82:9F544:452904C:8500EA6:66F76F53.
|
nightly / test / cargo +nightly test :
src/main.rs#L92
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
nightly / test / cargo +nightly test :
src/crate_name.rs#L4
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
nightly / test / cargo +nightly test :
src/package_id_spec.rs#L9
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace:
src/main.rs#L92
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace:
src/crate_name.rs#L4
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace:
src/package_id_spec.rs#L9
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|