this one is different depending on the rust version
Some checks failed
Rust / build (pull_request) Failing after 1m15s
Some checks failed
Rust / build (pull_request) Failing after 1m15s
This commit is contained in:
parent
617c37c713
commit
eba1a6a6be
2 changed files with 4 additions and 1 deletions
|
|
@ -137,6 +137,9 @@
|
|||
clippy
|
||||
cargo-expand
|
||||
cargo-tarpaulin
|
||||
cargo-semver-checks
|
||||
cargo-show-asm
|
||||
cargo-flamegraph
|
||||
];
|
||||
})
|
||||
];
|
||||
|
|
|
|||
|
|
@ -417,7 +417,7 @@ pub struct EnumerateGrid<'t, T: Value> {
|
|||
column: usize,
|
||||
}
|
||||
|
||||
impl<'t, T: Value> Iterator for EnumerateGrid<'t, T> {
|
||||
impl<T: Value> Iterator for EnumerateGrid<'_, T> {
|
||||
type Item = (usize, usize, T);
|
||||
|
||||
fn next(&mut self) -> Option<Self::Item> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue