Add support for user provided closure to receive nonfatal errors #164
rust.yml
on: pull_request
Matrix: Compile
Rustfmt [Formatter]
15s
cargo-deny
16s
Matrix: Clippy [Linter]
Matrix: Test Suite
Annotations
15 errors
Compile (x86_64-unknown-linux-musl):
src/finder.rs#L118
the trait bound `&mut F: NonFatalErrorHandler` is not satisfied
|
Compile (x86_64-unknown-linux-musl):
src/checker.rs#L19
unused variable: `nonfatal_error_handler`
|
Compile (x86_64-unknown-linux-musl)
Process completed with exit code 101.
|
Compile (wasm32-wasi)
The job was canceled because "x86_64-unknown-linux-musl" failed.
|
Clippy [Linter] (ubuntu-latest):
src/finder.rs#L118
the trait bound `&mut F: NonFatalErrorHandler` is not satisfied
|
Clippy [Linter] (ubuntu-latest):
src/checker.rs#L91
`std::result::Result<bool, std::io::Error>` doesn't implement `std::fmt::Display`
|
Clippy [Linter] (ubuntu-latest):
src/checker.rs#L19
unused variable: `nonfatal_error_handler`
|
Clippy [Linter] (ubuntu-latest)
Process completed with exit code 101.
|
Clippy [Linter] (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
Clippy [Linter] (windows-latest)
The operation was canceled.
|
Clippy [Linter] (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
Clippy [Linter] (macos-latest):
src/finder.rs#L118
the trait bound `&mut F: NonFatalErrorHandler` is not satisfied
|
Clippy [Linter] (macos-latest):
src/checker.rs#L91
`std::result::Result<bool, std::io::Error>` doesn't implement `std::fmt::Display`
|
Clippy [Linter] (macos-latest):
src/checker.rs#L19
unused variable: `nonfatal_error_handler`
|
Clippy [Linter] (macos-latest)
The operation was canceled.
|