This will allow us to progress on
const-generics
Require Rust 1.51 or newer
, particularly #560. This entails:
- updating
- updating
- updating
|
//! This version of itertools requires Rust 1.43.1 or later. |
- auditing for
allow'd clippy lints that can now be fixed
- auditing
TODO comments that can now be fixed
This will allow us to progress on const-genericsRequire Rust 1.51 or newer
, particularly #560. This entails:
itertools/.github/workflows/ci.yml
Line 47 in a0225ce
itertools/Cargo.toml
Line 19 in a0225ce
itertools/src/lib.rs
Line 49 in a0225ce
allow'd clippy lints that can now be fixedTODOcomments that can now be fixed