Only fold groups of similar comments

This commit is contained in:
Adolfo Ochagavía 2018-10-12 19:49:08 +02:00
parent 4b3737510b
commit c5069eeef5
2 changed files with 31 additions and 28 deletions

View file

@ -130,7 +130,7 @@ impl<'a> Comment<'a> {
}
}
#[derive(Debug)]
#[derive(Debug, PartialEq, Eq)]
pub enum CommentFlavor {
Line,
Doc,