Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Apr 24, 2024
1 parent ae234f7 commit 845ce2c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/rule/available/email/parse.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@


use std::str::CharIndices;

/// # valid email address
///
///
/// This is twice as efficient as [validator]
///
///
/// [validator]: https://github.com/Keats/validator
#[inline]
pub fn validate_email(email: &str) -> bool {
Expand Down

0 comments on commit 845ce2c

Please sign in to comment.