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.
2 parents 5f1ed3c + df85ee0 commit c6995a3Copy full SHA for c6995a3
crates/ide_db/src/syntax_helpers/insert_whitespace_into_node.rs
@@ -88,7 +88,7 @@ pub fn insert_ws_into(syn: SyntaxNode) -> SyntaxNode {
88
LIFETIME_IDENT if is_next(is_text, true) => {
89
mods.push(do_ws(after, tok));
90
}
91
- AS_KW | DYN_KW | IMPL_KW => {
+ AS_KW | DYN_KW | IMPL_KW | CONST_KW => {
92
93
94
T![;] => {
0 commit comments