update docstring

This commit is contained in:
kevin zhao
2025-11-11 17:30:18 -05:00
parent 8b4283e4ad
commit 4ca1834eac

View File

@@ -29,6 +29,7 @@ impl PatternToken {
}
/// Prefix matcher for commands with support for alternative match tokens.
/// First token is fixed since we key by the first token in policy.
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct PrefixPattern {
pub first: String,