better parsing
This commit is contained in:
parent
bed1d5b38b
commit
53fc09c02f
10 changed files with 416 additions and 45 deletions
|
|
@ -76,9 +76,7 @@ impl Matcher {
|
|||
.spans()
|
||||
.find(span, name)
|
||||
.is_some_and(|v| value.matches(v)),
|
||||
Matcher::Message { value } => {
|
||||
entry.message_or_name().is_some_and(|v| value.matches(&v))
|
||||
}
|
||||
Matcher::Message { value } => entry.message_or_name().is_some_and(|v| value.matches(v)),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue