Skip to content

Commit d689fd3

Browse files
committed
Remove outdated comment in sourcegen
`CommentBlock::extract` does handle blank lines in comment blocks
1 parent 17e31b7 commit d689fd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/ide-assists/src/tests/sourcegen.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ impl Assist {
9090
let comment_blocks = sourcegen::CommentBlock::extract("Assist", &text);
9191

9292
for block in comment_blocks {
93-
// FIXME: doesn't support blank lines yet, need to tweak
94-
// `extract_comment_blocks` for that.
9593
let id = block.id;
9694
assert!(
9795
id.chars().all(|it| it.is_ascii_lowercase() || it == '_'),

0 commit comments

Comments
 (0)