attributes: added missing RecordTypes for instrument #3
CI.yml
on: push
cargo check
54s
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
warnings
56s
Matrix: test
all systems go!
4s
Annotations
2 errors and 1 warning
use of `unwrap_or_else` to construct default value:
tracing-journald/src/lib.rs#L112
error: use of `unwrap_or_else` to construct default value
--> tracing-journald/src/lib.rs:112:22
|
112 | .unwrap_or_else(String::new),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `unwrap_or_default()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
= note: `-D clippy::unwrap-or-default` implied by `-D warnings`
|
warnings
Clippy had exited with the 101 exit code
|
warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|