Skip to content

Commit cca37f4

Browse files
committed
Add tests for Markdown/RST in comments
1 parent 9f8278c commit cca37f4

4 files changed

Lines changed: 875 additions & 246 deletions

File tree

crates/emmylua_ls/src/handlers/completion/providers/desc_provider.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ fn add_by_prefix(
141141

142142
// Modules.
143143
add_modules(builder, &prefix, None);
144-
dbg!(&seen_types);
145144
complete_types_by_prefix(builder, &prefix, Some(&seen_types));
146145
}
147146

0 commit comments

Comments
 (0)