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 1eb1acc commit 91756caCopy full SHA for 91756ca
rclrs/src/wait.rs
@@ -331,7 +331,7 @@ impl WaitSet {
331
// Passing in a null pointer for the third argument is explicitly allowed.
332
rcl_wait_set_add_timer(
333
&mut self.handle.rcl_wait_set,
334
- &*(*(*timer).rcl_timer).lock().unwrap() as *const _, // TODO :)
+ &* timer.rcl_timer.lock().unwrap() as *const _,
335
core::ptr::null_mut(),
336
)
337
}
0 commit comments