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 fc35b7a commit 85b7821Copy full SHA for 85b7821
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