mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 02:43:24 +00:00
Fix multiple issues pointed out by the new compiler
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5f2bd9d0ac
commit
9e4257b655
@ -1761,7 +1761,7 @@ impl<'a> DeviceRangeReader<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> Iterator for DeviceRangeReader<'a> {
|
||||
impl Iterator for DeviceRangeReader<'_> {
|
||||
type Item = Range<Ext2Bid>;
|
||||
|
||||
fn next(&mut self) -> Option<Self::Item> {
|
||||
|
Reference in New Issue
Block a user