We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25c1e3 commit 7cd60eeCopy full SHA for 7cd60ee
crates/store/re_sorbet/src/selectors.rs
@@ -132,7 +132,7 @@ impl std::str::FromStr for ComponentColumnSelector {
132
/// Parses a string in the form of `entity_path:component_name`.
133
///
134
/// Note that no attempt is made to interpret `component_name`. In particular, we don't attempt
135
- /// to prepend a `rerun.components.` prefix like [`ComponentPath::from_str`] does.
+ /// to prepend a `rerun.components.` prefix like `ComponentPath::from_str` does.
136
fn from_str(selector: &str) -> Result<Self, Self::Err> {
137
if selector.is_empty() {
138
return Err(ColumnSelectorParseError::EmptyString);
0 commit comments