mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53: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
@ -368,7 +368,7 @@ impl<T, R> SafePtr<T, DmaStream, R> {
|
||||
}
|
||||
|
||||
#[inherit_methods(from = "(*self)")]
|
||||
impl<'a, T, R> SafePtr<T, &'a DmaStream, R> {
|
||||
impl<T, R> SafePtr<T, &DmaStream, R> {
|
||||
pub fn sync(&self) -> Result<()>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user