We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e31b7 commit d689fd3Copy full SHA for d689fd3
crates/ide-assists/src/tests/sourcegen.rs
@@ -90,8 +90,6 @@ impl Assist {
90
let comment_blocks = sourcegen::CommentBlock::extract("Assist", &text);
91
92
for block in comment_blocks {
93
- // FIXME: doesn't support blank lines yet, need to tweak
94
- // `extract_comment_blocks` for that.
95
let id = block.id;
96
assert!(
97
id.chars().all(|it| it.is_ascii_lowercase() || it == '_'),
0 commit comments