fix: update service to load credential #65
Annotations
6 warnings
|
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L3
this import is redundant
|
|
/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#L68
use of `unwrap_or` to construct default value
|