diff options
Diffstat (limited to 'crates/ide')
-rw-r--r-- | crates/ide/src/folding_ranges.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/folding_ranges.rs b/crates/ide/src/folding_ranges.rs index 8b8a2cc38..153726ce8 100644 --- a/crates/ide/src/folding_ranges.rs +++ b/crates/ide/src/folding_ranges.rs | |||
@@ -268,7 +268,7 @@ mod tests { | |||
268 | FoldKind::ArgList => "arglist", | 268 | FoldKind::ArgList => "arglist", |
269 | FoldKind::Region => "region", | 269 | FoldKind::Region => "region", |
270 | FoldKind::Consts => "consts", | 270 | FoldKind::Consts => "consts", |
271 | FoldKind::Statics => "statics" | 271 | FoldKind::Statics => "statics", |
272 | }; | 272 | }; |
273 | assert_eq!(kind, &attr.unwrap()); | 273 | assert_eq!(kind, &attr.unwrap()); |
274 | } | 274 | } |