Bump ratatui from 0.28.0 to 0.28.1 in the cargo-dependencies group #49
check.yml
on: pull_request
check
/
...
/
fmt
22s
check
/
...
/
doc
1m 14s
check
/
...
/
check
1m 30s
Matrix: check / clippy
Annotations
2 warnings
first doc comment paragraph is too long:
src/input_forwarding/keyboard.rs#L296
warning: first doc comment paragraph is too long
--> src/input_forwarding/keyboard.rs:296:1
|
296 | / /// Marker resource used to determine whether this plugin will emulate any
297 | | /// terminal capabilities. If it is not present, that's the best case because
298 | | /// the terminal doesn't require this plugin to emulate any capabilities. It's a
299 | | /// simpler and faster code path.
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `#[warn(clippy::too_long_first_doc_paragraph)]` on by default
|
first doc comment paragraph is too long:
src/input_forwarding/keyboard.rs#L296
warning: first doc comment paragraph is too long
--> src/input_forwarding/keyboard.rs:296:1
|
296 | / /// Marker resource used to determine whether this plugin will emulate any
297 | | /// terminal capabilities. If it is not present, that's the best case because
298 | | /// the terminal doesn't require this plugin to emulate any capabilities. It's a
299 | | /// simpler and faster code path.
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `#[warn(clippy::too_long_first_doc_paragraph)]` on by default
|