commit | 1f16b6049f1479084bde15bde1319282369b65a2 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Feb 07 20:06:55 2017 -0500 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Feb 07 23:11:49 2017 -0500 |
tree | 635ce276bbbd47a0933cdc834030207ea823e137 | |
parent | 24645a3d344f3b6945e50134c66f23f1e89a0e9b [diff] [blame] |
Some more compelling synom examples
diff --git a/src/attr.rs b/src/attr.rs index 8eac137..afa611e 100644 --- a/src/attr.rs +++ b/src/attr.rs
@@ -159,7 +159,7 @@ | do_parse!( punct!("///") >> - not!(peek!(tag!("/"))) >> + not!(tag!("/")) >> content: take_until!("\n") >> (Attribute { style: AttrStyle::Outer,