Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Apr 18, 2024
1 parent 846e093 commit eef9389
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/register/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ impl<'key> MessageKey<'key> {
}
}


#[cfg(test)]
mod tests {
use super::{FieldNames, Validator, ValidatorError};
Expand Down
2 changes: 0 additions & 2 deletions src/rule/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ impl<M> Clone for RuleList<M> {
}
}



impl<M> RuleList<M> {
pub fn remove_duplicate(&mut self, other: &ErasedRule<M>) {
let name = other.name();
Expand Down

0 comments on commit eef9389

Please sign in to comment.