We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2e1b8 commit 978fd2eCopy full SHA for 978fd2e
rclrs/src/clock.rs
@@ -68,7 +68,7 @@ impl Clock {
68
let mut clock = self._rcl_clock.lock().unwrap();
69
let mut time_point: i64 = 0;
70
unsafe {
71
- // SAFETY: The function will only fail if the clock is not initialized
+ // SAFETY: No preconditions for his function
72
rcl_clock_get_now(&mut *clock, &mut time_point);
73
}
74
Time {
0 commit comments