mirror of
https://github.com/openharmony/third_party_rust_rustix.git
synced 2026-07-19 14:53:33 -04:00
Fix a typo in the time example.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
#[cfg(not(windows))]
|
||||
fn main() {
|
||||
println!(
|
||||
"Raeal time: {:?}",
|
||||
"Real time: {:?}",
|
||||
rustix::time::clock_gettime(rustix::time::ClockId::Realtime)
|
||||
);
|
||||
println!(
|
||||
|
||||
Reference in New Issue
Block a user