diff options
author | Adolfo OchagavĂa <[email protected]> | 2018-10-12 18:49:08 +0100 |
---|---|---|
committer | Adolfo OchagavĂa <[email protected]> | 2018-10-13 14:37:44 +0100 |
commit | c5069eeef5ba0260f2daed513a28b43ae45445bd (patch) | |
tree | 3e5bb94176cfb12cfcfae3dc00bb578264befdf9 /crates/ra_syntax/src/ast | |
parent | 4b3737510b97faa7d2fad3c98aa16eed46334703 (diff) |
Only fold groups of similar comments
Diffstat (limited to 'crates/ra_syntax/src/ast')
-rw-r--r-- | crates/ra_syntax/src/ast/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/ast/mod.rs b/crates/ra_syntax/src/ast/mod.rs index 00c852274..12ddc0210 100644 --- a/crates/ra_syntax/src/ast/mod.rs +++ b/crates/ra_syntax/src/ast/mod.rs | |||
@@ -130,7 +130,7 @@ impl<'a> Comment<'a> { | |||
130 | } | 130 | } |
131 | } | 131 | } |
132 | 132 | ||
133 | #[derive(Debug)] | 133 | #[derive(Debug, PartialEq, Eq)] |
134 | pub enum CommentFlavor { | 134 | pub enum CommentFlavor { |
135 | Line, | 135 | Line, |
136 | Doc, | 136 | Doc, |