Skip to content

deprecate init method #34

deprecate init method

deprecate init method #34

Triggered via push September 18, 2023 08:00
Status Success
Total duration 43s
Artifacts

clippy.yml

on: push
clippy_check
30s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
use of deprecated associated function `impls::from_iterator::<impl Counter<T, N>>::init`: prefer the `FromIterator`/`collect` interface: src/impls/from_iterator.rs#L46
warning: use of deprecated associated function `impls::from_iterator::<impl Counter<T, N>>::init`: prefer the `FromIterator`/`collect` interface --> src/impls/from_iterator.rs:46:26 | 46 | Counter::<T, N>::init(iter) | ^^^^ | = note: `#[warn(deprecated)]` on by default
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/