.github/workflows/nightly.yml #360
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
47s
nightly
/
...
/
cargo +nightly fmt
24s
nightly
/
...
/
cargo +nightly clippy
34s
nightly
/
...
/
cargo deny check
12s
nightly
/
...
/
cargo +stable test
21s
nightly
/
...
/
cargo +nightly test
43s
nightly
/
...
/
cargo +stable minimal-versions check --workspace
22s
nightly
/
...
/
cargo +nightly minimal-versions check --workspace
41s
nightly
/
...
/
cargo vet status
5s
nightly
/
...
/
cargo +nightly doc --cfg docsrs
38s
Annotations
6 errors and 9 warnings
nightly / deny / cargo deny check
Process completed with exit code 1.
|
nightly / clippy / cargo +nightly clippy:
src/main.rs#L84
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 9843:313C81:AEDC39B:13269D70:66611DF0.
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace:
src/main.rs#L84
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
|
nightly / updates-nightly / cargo +nightly test :
src/main.rs#L84
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
nightly / updates-nightly / 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 / updates-nightly / 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 / test / cargo +nightly test :
src/main.rs#L84
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
|