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 62347f2 commit d2a056aCopy full SHA for d2a056a
rclrs/src/node.rs
@@ -79,7 +79,6 @@ pub type Node = Arc<NodeState>;
79
/// This is public so that you can choose to put it inside a [`Weak`] if you
80
/// want to be able to refer to a [`Node`] in a non-owning way. It is generally
81
/// recommended to manage the [`NodeState`] inside of an [`Arc`], and [`Node`]
82
-/// recommended to manage the `NodeState` inside of an [`Arc`], and [`Node`]
83
/// is provided as convenience alias for that.
84
///
85
/// The public API of the [`Node`] type is implemented via `NodeState`.
0 commit comments