Support converting between anyhow::Error
and eyre::Report
automatically with ?
#507
Annotations
16 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/cargo@v1
/home/runner/work/eyre/eyre/eyre/Cargo.toml: `default-features` is ignored for anyhow, since `default-features` was not specified for `workspace.dependencies.anyhow`, this could become a hard error in the future
|
Run actions-rs/cargo@v1:
eyre/src/error.rs#L11
unused import: `std::any::Any`
|
Run actions-rs/cargo@v1:
eyre/src/lib.rs#L384
unused import: `any::Any`
|
Run actions-rs/cargo@v1:
eyre/src/wrapper.rs#L5
struct `DisplayError` is never constructed
|
Run actions-rs/cargo@v1:
eyre/src/wrapper.rs#L13
struct `NoneError` is never constructed
|
Run actions-rs/cargo@v1
`eyre` (lib) generated 4 warnings
|
Run actions-rs/cargo@v1
`eyre` (lib test) generated 4 warnings (4 duplicates)
|
Run actions-rs/cargo@v1
the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
|
Run actions-rs/cargo@v1:
color-eyre/src/lib.rs#L339
unknown lint: `rustdoc::missing_doc_code_examples`
|
Run actions-rs/cargo@v1
1 warning emitted
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading