Skip to content

feat(logs): option to display all logs #91

feat(logs): option to display all logs

feat(logs): option to display all logs #91

Triggered via pull request July 11, 2024 18:51
Status Success
Total duration 1m 13s
Artifacts

check.yml

on: pull_request
check  /  ...  /  fmt
17s
check / stable / fmt
check  /  ...  /  doc
45s
check / nightly / doc
check  /  ...  /  check
45s
check / 1.78.0 / check
Matrix: check / clippy
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
unused import: `container::DockerContainer`: src/pages/logs.rs#L17
warning: unused import: `container::DockerContainer` --> src/pages/logs.rs:17:14 | 17 | docker::{container::DockerContainer, logs::DockerLogs}, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
useless conversion to the same type: `&str`: src/pages/logs.rs#L91
warning: useless conversion to the same type: `&str` --> src/pages/logs.rs:91:21 | 91 | "".into() | ^^^^^^^^^ help: consider removing `.into()`: `""` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
useless conversion to the same type: `&str`: src/pages/logs.rs#L109
warning: useless conversion to the same type: `&str` --> src/pages/logs.rs:109:21 | 109 | "".into() | ^^^^^^^^^ help: consider removing `.into()`: `""` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
unused import: `container::DockerContainer`: src/pages/logs.rs#L17
warning: unused import: `container::DockerContainer` --> src/pages/logs.rs:17:14 | 17 | docker::{container::DockerContainer, logs::DockerLogs}, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
useless conversion to the same type: `&str`: src/pages/logs.rs#L91
warning: useless conversion to the same type: `&str` --> src/pages/logs.rs:91:21 | 91 | "".into() | ^^^^^^^^^ help: consider removing `.into()`: `""` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
useless conversion to the same type: `&str`: src/pages/logs.rs#L109
warning: useless conversion to the same type: `&str` --> src/pages/logs.rs:109:21 | 109 | "".into() | ^^^^^^^^^ help: consider removing `.into()`: `""` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion