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.
2 parents 5b9729b + b95061d commit 75ae06aCopy full SHA for 75ae06a
rclrs/src/node/mod.rs
@@ -79,8 +79,7 @@ impl fmt::Debug for Node {
79
}
80
81
impl Node {
82
- /// Creates a new node in the empty namespace.
83
- ///
+ /// Creates a new node in the empty namespace.
84
/// See [`Node::new_with_namespace`] for documentation.
85
#[allow(clippy::new_ret_no_self)]
86
pub fn new(node_name: &str, context: &Context) -> Result<Node, RclrsError> {
0 commit comments