File tree 1 file changed +0
-6
lines changed
src/structures/paging/mapper
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -334,8 +334,6 @@ impl<'a> Mapper<Size1GiB> for RecursivePageTable<'a> {
334
334
Ok ( ( frame, MapperFlush :: new ( page) ) )
335
335
}
336
336
337
- // allow unused_unsafe until https://github.com/rust-lang/rfcs/pull/2585 lands
338
- #[ allow( unused_unsafe) ]
339
337
unsafe fn update_flags (
340
338
& mut self ,
341
339
page : Page < Size1GiB > ,
@@ -462,8 +460,6 @@ impl<'a> Mapper<Size2MiB> for RecursivePageTable<'a> {
462
460
Ok ( ( frame, MapperFlush :: new ( page) ) )
463
461
}
464
462
465
- // allow unused_unsafe until https://github.com/rust-lang/rfcs/pull/2585 lands
466
- #[ allow( unused_unsafe) ]
467
463
unsafe fn update_flags (
468
464
& mut self ,
469
465
page : Page < Size2MiB > ,
@@ -620,8 +616,6 @@ impl<'a> Mapper<Size4KiB> for RecursivePageTable<'a> {
620
616
Ok ( ( frame, MapperFlush :: new ( page) ) )
621
617
}
622
618
623
- // allow unused_unsafe until https://github.com/rust-lang/rfcs/pull/2585 lands
624
- #[ allow( unused_unsafe) ]
625
619
unsafe fn update_flags (
626
620
& mut self ,
627
621
page : Page < Size4KiB > ,
You can’t perform that action at this time.
0 commit comments