Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Revert "Use serde"
Browse files Browse the repository at this point in the history
This reverts commit 8df223a.
  • Loading branch information
TTWNO committed Jun 3, 2024
1 parent 8df223a commit 6f85418
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fry_normalize/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

extern crate alloc;

use serde::{Serialize, Deserialize};
use enum_dispatch::enum_dispatch;
use num2words::{
Num2Words,
Expand Down Expand Up @@ -73,7 +72,7 @@ macro_rules! auto_into_enum {
}
}

#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug)]
pub enum Error {
Regex(regex::Error),
Num(Num2Err),
Expand Down

0 comments on commit 6f85418

Please sign in to comment.