Skip to content

Commit d572918

Browse files
committed
fix: remove leftover line
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent 8f564d6 commit d572918

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rclrs/src/node.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ impl NodeState {
690690
/// # use rclrs::vendor::test_msgs;
691691
/// # let executor = Context::default().create_basic_executor();
692692
/// # let node = executor.create_node("my_node").unwrap();
693-
/// # The following line of code is only needed for rclrs internal purposes,
694693
/// let subscription = node.create_subscription(
695694
/// "my_topic"
696695
/// .keep_last(100)

0 commit comments

Comments
 (0)