Skip to content

Commit

Permalink
fix: remove reflection of removed tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Apr 28, 2023
1 parent 53630e1 commit cbecc23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/deer/desert/src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ impl Token {
Self::Number(_) => Document::new::<Number>(),
Self::U128(_) => Document::new::<u128>(),
Self::I128(_) => Document::new::<i128>(),
Self::USize(_) => Document::new::<usize>(),
Self::ISize(_) => Document::new::<isize>(),
Self::Char(_) => Document::new::<char>(),
Self::Str(_) | Self::BorrowedStr(_) | Self::String(_) => Document::new::<str>(),
Self::Bytes(_) | Self::BorrowedBytes(_) | Self::BytesBuf(_) => Document::new::<[u8]>(),
Expand Down

0 comments on commit cbecc23

Please sign in to comment.