Closed DaniPopes closed 1 week ago
The feature "serde-1" doesn't exist.
The other change is a warning issued on a more recent rust version:
warning: elided lifetime has a name --> src/function/index.rs:65:40 | 62 | pub(crate) fn to_canonicalize<'a>( | -- lifetime `'a` declared here ... 65 | ) -> impl Iterator<Item = usize> + '_ { | ^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default
Comparing DaniPopes:unused-serde1 (d723300) with main (2c8d947)
DaniPopes:unused-serde1
main
✅ 8 untouched benchmarks
✅ 8
The feature "serde-1" doesn't exist.
The other change is a warning issued on a more recent rust version: