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 393a18b commit 80cc0efCopy full SHA for 80cc0ef
crates/ide-completion/src/snippet.rs
@@ -17,7 +17,7 @@
17
// "body": [
18
// "thread::spawn(move || {",
19
// "\t$0",
20
-// ")};",
+// "});",
21
// ],
22
// "description": "Insert a thread::spawn call",
23
// "requires": "std::thread",
0 commit comments