clippy
4 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 4 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.66.0 (69f9c33d7 2022-12-12)
- cargo 1.66.0 (d65d197ad 2022-11-15)
- clippy 0.1.66 (69f9c33 2022-12-12)
Annotations
Check failure on line 70 in src/wide_columns.rs
github-actions / clippy
struct `PinnableWideColumns` has a public `len` method, but no `is_empty` method
error: struct `PinnableWideColumns` has a public `len` method, but no `is_empty` method
--> src/wide_columns.rs:70:5
|
70 | pub fn len(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty
Check failure on line 27 in src/wide_columns.rs
github-actions / clippy
struct `WideColumns` has a public `len` method, but no `is_empty` method
error: struct `WideColumns` has a public `len` method, but no `is_empty` method
--> src/wide_columns.rs:27:5
|
27 | pub fn len(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty
= note: `-D clippy::len-without-is-empty` implied by `-D warnings`
Check failure on line 70 in src/wide_columns.rs
github-actions / clippy
struct `PinnableWideColumns` has a public `len` method, but no `is_empty` method
error: struct `PinnableWideColumns` has a public `len` method, but no `is_empty` method
--> src/wide_columns.rs:70:5
|
70 | pub fn len(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty
Check failure on line 27 in src/wide_columns.rs
github-actions / clippy
struct `WideColumns` has a public `len` method, but no `is_empty` method
error: struct `WideColumns` has a public `len` method, but no `is_empty` method
--> src/wide_columns.rs:27:5
|
27 | pub fn len(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty
= note: `-D clippy::len-without-is-empty` implied by `-D warnings`