Skip to content

Commit 3eded95

Browse files
author
GueLaKais
committed
fixes
1 parent be26da9 commit 3eded95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rclrs/src/client.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ where
118118
pub(crate) fn new(node_handle: Arc<NodeHandle>, topic: &str) -> Result<Self, RclrsError>
119119
// This uses pub(crate) visibility to avoid instantiating this struct outside
120120
// [`Node::create_client`], see the struct's documentation for the rationale
121-
pub(crate) fn new(node_handle: Arc<NodeHandle>, topic: &str) -> Result<Self, RclrsError>
122-
// This uses pub(crate) visibility to avoid instantiating this struct outside
123-
// [`Node::create_client`], see the struct's documentation for the rationale
124121
where
125122
T: rosidl_runtime_rs::Service,
126123
{

0 commit comments

Comments
 (0)