mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
update docstring
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user