feat(tui-scrollview): add scrollbars visibility handling #81
check.yml
on: pull_request
check
/
...
/
fmt
7s
check
/
...
/
doc
30s
check
/
...
/
check
29s
Matrix: check / clippy
Annotations
1 error and 4 warnings
check / stable / fmt
Process completed with exit code 1.
|
name `SBV` contains a capitalized acronym:
tui-scrollview/src/scroll_view.rs#L228
warning: name `SBV` contains a capitalized acronym
--> tui-scrollview/src/scroll_view.rs:228:14
|
228 | type SBV = crate::scroll_view::ScrollbarVisibility;
| ^^^ help: consider making the acronym lowercase, except the initial letter: `Sbv`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
= note: `#[warn(clippy::upper_case_acronyms)]` on by default
|
multiple versions for dependency `unicode-width`: 0.1.14, 0.2.0:
src/lib.rs#L1
warning: multiple versions for dependency `unicode-width`: 0.1.14, 0.2.0
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
= note: `-W clippy::multiple-crate-versions` implied by `-W clippy::cargo`
= help: to override `-W clippy::cargo` add `#[allow(clippy::multiple_crate_versions)]`
|
name `SBV` contains a capitalized acronym:
tui-scrollview/src/scroll_view.rs#L228
warning: name `SBV` contains a capitalized acronym
--> tui-scrollview/src/scroll_view.rs:228:14
|
228 | type SBV = crate::scroll_view::ScrollbarVisibility;
| ^^^ help: consider making the acronym lowercase, except the initial letter: `Sbv`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
= note: `#[warn(clippy::upper_case_acronyms)]` on by default
|
multiple versions for dependency `unicode-width`: 0.1.14, 0.2.0:
src/lib.rs#L1
warning: multiple versions for dependency `unicode-width`: 0.1.14, 0.2.0
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
= note: `-W clippy::multiple-crate-versions` implied by `-W clippy::cargo`
= help: to override `-W clippy::cargo` add `#[allow(clippy::multiple_crate_versions)]`
|