Removed unnecessary(?) lifetime in virtual memory api
This commit is contained in:
parent
d9574164f2
commit
cef7aecc2b
@ -1,7 +1,5 @@
|
||||
use std::fs::read_to_string;
|
||||
|
||||
pub unsafe trait VirtualMemoryApi: Sized + Drop {
|
||||
type Reservation<'s>: Reservation + 's
|
||||
type Reservation<'s>: Reservation
|
||||
where
|
||||
Self: 's;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user