Skip to content

refactor: use logmsg instead of record only #30

refactor: use logmsg instead of record only

refactor: use logmsg instead of record only #30

Triggered via push August 8, 2025 08:05
Status Success
Total duration 1m 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L8
unused import: `LogRecord`
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L106
passing a unit value to a function
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L137
passing a unit value to a function
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L188
called `iter().cloned().collect()` on a slice to create a `Vec`. Calling `to_vec()` is both faster and more readable
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L40
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L67
use of `unwrap_or` to construct default value