commit | c1fea500df625cfc628b102daf76703fe3f18eab | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Oct 30 17:54:02 2016 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Oct 30 17:54:05 2016 -0700 |
tree | 4effbf4b752a39e2233d7433353b4aaf6eef0fbe | |
parent | 0b311793ef9576fee75526560a86ac7ede16f261 [diff] [blame] |
Rustfmt
diff --git a/src/space.rs b/src/space.rs index f43660b..d168e13 100644 --- a/src/space.rs +++ b/src/space.rs
@@ -18,7 +18,8 @@ continue; } break; - } else if s.starts_with("/*") && (!s.starts_with("/**") || s.starts_with("/***")) && !s.starts_with("/*!") { + } else if s.starts_with("/*") && (!s.starts_with("/**") || s.starts_with("/***")) && + !s.starts_with("/*!") { match block_comment(s) { IResult::Done(_, com) => { i += com.len();