mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 00:06:34 +00:00
Fix clippy warnings in kernel crate
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
81ba3b645b
commit
f0957d2f54
@ -184,7 +184,7 @@ impl From<Duration> for StatxTimestamp {
|
||||
fn from(duration: Duration) -> Self {
|
||||
Self {
|
||||
tv_sec: duration.as_secs() as i64,
|
||||
tv_nsec: duration.subsec_nanos() as u32,
|
||||
tv_nsec: duration.subsec_nanos(),
|
||||
__reserved: 0,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user