981707c9c9
again following clippy
2 lines
56 B
Rust
2 lines
56 B
Rust
pub type Tag = String;
|
|
pub type TagSlice<'a> = &'a str;
|