mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
types: fix new clippy lint
This commit is contained in:
parent
bccd6d6cb4
commit
44e914599b
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ macro_rules! coord_type {
|
||||||
|
|
||||||
/// Returns an iterator over all possible values of the type
|
/// Returns an iterator over all possible values of the type
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn iter() -> impl Iterator<Item = $t<AXIS>>
|
pub fn iter() -> impl DoubleEndedIterator<Item = $t<AXIS>>
|
||||||
+ DoubleEndedIterator
|
|
||||||
+ ExactSizeIterator
|
+ ExactSizeIterator
|
||||||
+ FusedIterator
|
+ FusedIterator
|
||||||
+ Clone
|
+ Clone
|
||||||
|
|
Loading…
Add table
Reference in a new issue