Skip to content

Commit

Permalink
remove utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored and Jens-G committed Oct 12, 2023
1 parent b6b6dc7 commit ca76644
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/rs/src/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,6 @@ pub enum TType {
Set,
/// List.
List,
/// UTF-8 string.
Utf8,
/// Uuid.
Uuid,
}
Expand All @@ -856,7 +854,6 @@ impl Display for TType {
TType::Map => write!(f, "map"),
TType::Set => write!(f, "set"),
TType::List => write!(f, "list"),
TType::Utf8 => write!(f, "UTF8"),
TType::Uuid => write!(f, "UUID"),
}
}
Expand Down

0 comments on commit ca76644

Please sign in to comment.