Skip to content

Commit

Permalink
feat: remove deprecated rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Jan 6, 2025
1 parent 72360b5 commit 3fc3614
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 956 deletions.
311 changes: 0 additions & 311 deletions crates/serde_valid/tests/deprecated_rule_test.rs

This file was deleted.

2 changes: 0 additions & 2 deletions crates/serde_valid_derive/src/attribute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use proc_macro2::TokenStream;

pub mod common;
pub mod field_validate;
pub mod rule;
pub mod struct_validate;
pub mod variant_validate;

Expand Down Expand Up @@ -82,7 +81,6 @@ enum_str! {

enum_str! {
pub enum MetaListStructValidation {
Custom = "custom",
}
}

Expand Down
5 changes: 0 additions & 5 deletions crates/serde_valid_derive/src/attribute/rule.rs

This file was deleted.

Loading

0 comments on commit 3fc3614

Please sign in to comment.