Skip to content

Commit a6bb3ed

Browse files
committed
delete unused impoet
1 parent 7b008b7 commit a6bb3ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/1.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use refined_type::rule::composer::{If, IfElse};
22
use refined_type::rule::{
3-
AlphaDigitRule, AlphabetRule, DigitRule, EmailStringRule, EvenRuleU8, ExistsVecRule,
4-
ForAllVecRule, GreaterRuleU8, HeadVecRule, NonEmptyString, NonEmptyStringRule, NonEmptyVecRule,
3+
EmailStringRule, EvenRuleU8, ExistsVecRule, ForAllVecRule, GreaterRuleU8, HeadVecRule,
4+
NonEmptyString, NonEmptyStringRule, NonEmptyVecRule,
55
};
66
use refined_type::{And, Refined};
77
use serde::Deserialize;

0 commit comments

Comments
 (0)