Update tags.rs

This commit is contained in:
Yanting Zhang 2022-04-26 19:41:30 +08:00
parent d2f9b38472
commit 93ed3319d2
1 changed files with 1 additions and 0 deletions

View File

@ -106,4 +106,5 @@ impl Tag {
pub const PARAMETER: &'static str = "parameter";
pub const BINARY_ADD: &'static str = "&";
pub const BINARY_OR: &'static str = "|";
}