feat(logs): option to display all logs #91
check.yml
on: pull_request
check
/
...
/
fmt
17s
check
/
...
/
doc
45s
check
/
...
/
check
45s
Matrix: check / clippy
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
|