Skip to content

Commit

Permalink
fix rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Dec 20, 2024
1 parent 08f721e commit a6bdc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/store/re_log_types/src/path/entity_path_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ impl EntityPathFilter {
/// Each line is a rule.
///
/// The first character should be `+` or `-`. If missing, `+` is assumed.
/// The rest of the line is trimmed and treated as an entity path after variable substitution through [`Self::resolve`].
/// The rest of the line is trimmed and treated as an entity path after variable substitution through [`Self::resolve_forgiving`]/[`Self::resolve_strict`].
///
/// Conflicting rules are resolved by the last rule.
pub fn parse_forgiving(rules: &str) -> Self {
Expand All @@ -295,7 +295,7 @@ impl EntityPathFilter {
/// Each line is a rule.
///
/// The first character should be `+` or `-`. If missing, `+` is assumed.
/// The rest of the line is trimmed and treated as an entity path after variable substitution through [`Self::resolve`].
/// The rest of the line is trimmed and treated as an entity path after variable substitution through [`Self::resolve_forgiving`]/[`Self::resolve_strict`].
///
/// Conflicting rules are resolved by the last rule.
#[allow(clippy::unnecessary_wraps)]
Expand Down

0 comments on commit a6bdc63

Please sign in to comment.