mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
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