mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
rm all changes in this file
This commit is contained in:
@ -171,4 +171,4 @@ fn range_size_hint(range: &impl RangeBounds<u64>) -> Option<usize> {
|
|||||||
Bound::Unbounded => return None,
|
Bound::Unbounded => return None,
|
||||||
};
|
};
|
||||||
end.checked_sub(start).map(|x| x as _)
|
end.checked_sub(start).map(|x| x as _)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user