Only fold groups of similar comments
This commit is contained in:
parent
4b3737510b
commit
c5069eeef5
2 changed files with 31 additions and 28 deletions
|
|
@ -130,7 +130,7 @@ impl<'a> Comment<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum CommentFlavor {
|
||||
Line,
|
||||
Doc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue