Skip to content

Commit

Permalink
Clarify doc for EmailScanner
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst authored Oct 5, 2017
1 parent c857a89 commit 5ac726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/email.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use scanner::Scanner;

/// Scan for email address starting from the trigger character "@".
///
/// Based on RFC 6531, but also scans invalid IDN. Doesn't match IP address in domain part or
/// Based on RFC 6531, but also accepts invalid IDNs. Doesn't try to handle IP addresses in domain part or
/// quoting in local part.
pub struct EmailScanner {
pub domain_must_have_dot: bool,
Expand Down

0 comments on commit 5ac726a

Please sign in to comment.