Remove unused trait #932
Annotations
9 errors and 1 warning
Clippy:
src/csv/reader.rs#L264
use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead
|
Clippy:
src/stats.rs#L549
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
Clippy:
src/table.rs#L605
the following explicit lifetimes could be elided: 'a, 'b
|
Clippy:
src/table.rs#L613
if let can be simplified with `.unwrap_or_default()`
|
Clippy:
src/table.rs#L632
the following explicit lifetimes could be elided: 'b
|
Clippy:
src/table.rs#L637
if let can be simplified with `.unwrap_or_default()`
|
Clippy:
src/table.rs#L656
the following explicit lifetimes could be elided: 'b
|
Clippy:
src/table.rs#L661
if let can be simplified with `.unwrap_or_default()`
|
Clippy
Process completed with exit code 101.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading