Skip to content

fix(docs): networks docs refer to network instead of volumes (#126) #248

fix(docs): networks docs refer to network instead of volumes (#126)

fix(docs): networks docs refer to network instead of volumes (#126) #248

Triggered via push December 14, 2024 11:01
Status Success
Total duration 1m 43s
Artifacts

check.yml

on: push
check  /  ...  /  fmt
7s
check / stable / fmt
check  /  ...  /  doc
46s
check / nightly / doc
check  /  ...  /  check
47s
check / 1.78.0 / check
Matrix: check / clippy
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
check / stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
manually reimplementing `div_ceil`: src/components/help.rs#L84
warning: manually reimplementing `div_ceil` --> src/components/help.rs:84:13 | 84 | (self.displays.len() + (group_height as usize) - 1) / (group_height as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.div_ceil()`: `self.displays.len().div_ceil((group_height as usize))` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_div_ceil = note: `#[warn(clippy::manual_div_ceil)]` on by default
this let-binding has unit value: src/terminal.rs#L7
warning: this let-binding has unit value --> src/terminal.rs:7:9 | 7 | let _ = ratatui::restore(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: omit the `let` binding: `ratatui::restore();` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `#[warn(clippy::let_unit_value)]` on by default
the following explicit lifetimes could be elided: 'a: src/widgets/modal.rs#L30
warning: the following explicit lifetimes could be elided: 'a --> src/widgets/modal.rs:30:6 | 30 | impl<'a> Default for ModalWidget<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 30 - impl<'a> Default for ModalWidget<'a> { 30 + impl Default for ModalWidget<'_> { |
the following explicit lifetimes could be elided: 'a: src/widgets/modal.rs#L42
warning: the following explicit lifetimes could be elided: 'a --> src/widgets/modal.rs:42:6 | 42 | impl<'a> Widget for ModalWidget<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 42 - impl<'a> Widget for ModalWidget<'a> { 42 + impl Widget for ModalWidget<'_> { |
check / stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check / beta / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
manually reimplementing `div_ceil`: src/components/help.rs#L84
warning: manually reimplementing `div_ceil` --> src/components/help.rs:84:13 | 84 | (self.displays.len() + (group_height as usize) - 1) / (group_height as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.div_ceil()`: `self.displays.len().div_ceil((group_height as usize))` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_div_ceil = note: `#[warn(clippy::manual_div_ceil)]` on by default
this let-binding has unit value: src/terminal.rs#L7
warning: this let-binding has unit value --> src/terminal.rs:7:9 | 7 | let _ = ratatui::restore(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: omit the `let` binding: `ratatui::restore();` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `#[warn(clippy::let_unit_value)]` on by default
the following explicit lifetimes could be elided: 'a: src/widgets/modal.rs#L30
warning: the following explicit lifetimes could be elided: 'a --> src/widgets/modal.rs:30:6 | 30 | impl<'a> Default for ModalWidget<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 30 - impl<'a> Default for ModalWidget<'a> { 30 + impl Default for ModalWidget<'_> { |
the following explicit lifetimes could be elided: 'a: src/widgets/modal.rs#L42
warning: the following explicit lifetimes could be elided: 'a --> src/widgets/modal.rs:42:6 | 42 | impl<'a> Widget for ModalWidget<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 42 - impl<'a> Widget for ModalWidget<'a> { 42 + impl Widget for ModalWidget<'_> { |
check / nightly / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check / 1.78.0 / check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636