We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbdf38 commit 597f539Copy full SHA for 597f539
rclrs/src/timer.rs
@@ -25,8 +25,8 @@ impl<T: FnMut(&mut Timer) + Send + Sync> TimerCallback for T {}
25
// Therefore, this type can be safely sent to another thread.
26
unsafe impl Send for rcl_timer_t {}
27
28
-/// Manage the lifecycle of an `rcl_timer_t`, including managing its dependencies
29
-/// on `rcl_clock_t` and `rcl_context_t` by ensuring that these dependencies are
+/// Manage the lifecycle of an `rcl_timer_t` and its dependency on
+/// `rcl_clock_t` and `rcl_context_t` by ensuring that these dependencies are
30
/// [dropped after][1] the `rcl_timer_t`.
31
///
32
/// [1]: <https://doc.rust-lang.org/reference/destructors.html>
0 commit comments