remove println
This commit is contained in:
parent
92d657d380
commit
8f2c944ab8
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ fn strict_local_part(input: &str) -> IResult<&str, String> {
|
|||
/// obs-local-part = word *(1*"." word)
|
||||
/// ```
|
||||
fn obs_local_part(input: &str) -> IResult<&str, String> {
|
||||
println!("obsolete local part");
|
||||
map(pair(
|
||||
word,
|
||||
fold_many0(
|
||||
|
|
Loading…
Reference in a new issue