.github/workflows/nightly.yml #16
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
20s
nightly
/
...
/
cargo +nightly fmt
17s
nightly
/
...
/
cargo +nightly clippy
20s
nightly
/
...
/
cargo deny check
9s
nightly
/
...
/
cargo +stable test
28s
nightly
/
...
/
cargo +nightly test
43s
nightly
/
...
/
cargo +stable minimal-versions check --workspace
16s
nightly
/
...
/
cargo +nightly minimal-versions check --workspace
19s
nightly
/
...
/
cargo vet status
11s
nightly
/
...
/
cargo +nightly doc --cfg docsrs
20s
Annotations
20 errors and 9 warnings
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the feature `rustc_attrs` is not in the list of allowed features
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the feature `rustc_attrs` is not in the list of allowed features
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the `#[rustc_layout_scalar_valid_range_start]` attribute is just used to enable niche optimizations in libcore and libstd and will never be stable
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the `#[rustc_layout_scalar_valid_range_end]` attribute is just used to enable niche optimizations in libcore and libstd and will never be stable
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the `#[rustc_layout_scalar_valid_range_start]` attribute is just used to enable niche optimizations in libcore and libstd and will never be stable
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the `#[rustc_layout_scalar_valid_range_end]` attribute is just used to enable niche optimizations in libcore and libstd and will never be stable
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
Process completed with exit code 1.
|
nightly / updates-nightly / cargo +nightly test
Process completed with exit code 101.
|
nightly / clippy / cargo +nightly clippy:
src/encode/bytes.rs#L30
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/bytes.rs#L31
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/bytes.rs#L32
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/bytes.rs#L33
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L4
importing legacy numeric constants
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L137
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L139
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L141
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L166
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L168
usage of a legacy numeric method
|
nightly / updates / cargo +stable test
Process completed with exit code 101.
|
nightly / create issue
An error occurred while creating the issue. This might be caused by a malformed issue title, or a typo in the labels or assignees. Check nightly-issue.md!
Issues are disabled for this repo
|
nightly / test / cargo +nightly test :
tests/utils/mod.rs#L1
unused import: `parse_hex`
|
nightly / updates-nightly / cargo +nightly test :
src/encode/hex.rs#L620
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates-nightly / cargo +nightly test :
src/encode/hex.rs#L628
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates-nightly / cargo +nightly test :
src/encode/hex.rs#L643
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates-nightly / cargo +nightly test :
tests/utils/mod.rs#L1
unused import: `parse_hex`
|
nightly / updates / cargo +stable test :
src/encode/hex.rs#L620
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates / cargo +stable test :
src/encode/hex.rs#L628
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates / cargo +stable test :
src/encode/hex.rs#L643
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates / cargo +stable test :
tests/utils/mod.rs#L1
unused import: `parse_hex`
|