feat(tui-scrollview): add scrollbars visibility handling #81
Annotations
2 warnings
Run clippy action:
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
|
Run clippy action:
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)]`
|
Loading