Skip to content

Commit

Permalink
delete unused impoet
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoikey committed Nov 10, 2024
1 parent 7b008b7 commit a6bb3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/1.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use refined_type::rule::composer::{If, IfElse};
use refined_type::rule::{
AlphaDigitRule, AlphabetRule, DigitRule, EmailStringRule, EvenRuleU8, ExistsVecRule,
ForAllVecRule, GreaterRuleU8, HeadVecRule, NonEmptyString, NonEmptyStringRule, NonEmptyVecRule,
EmailStringRule, EvenRuleU8, ExistsVecRule, ForAllVecRule, GreaterRuleU8, HeadVecRule,
NonEmptyString, NonEmptyStringRule, NonEmptyVecRule,
};
use refined_type::{And, Refined};
use serde::Deserialize;
Expand Down

0 comments on commit a6bb3ed

Please sign in to comment.