rm all changes in this file

This commit is contained in:
kamalbuilds
2025-08-25 15:15:01 +05:30
parent e72d7df2eb
commit 1a50bdfe12

View File

@ -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 _)
} }