mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Fix typo
This commit is contained in:
parent
393a18b8ce
commit
80cc0ef1bc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
// "body": [
|
// "body": [
|
||||||
// "thread::spawn(move || {",
|
// "thread::spawn(move || {",
|
||||||
// "\t$0",
|
// "\t$0",
|
||||||
// ")};",
|
// "});",
|
||||||
// ],
|
// ],
|
||||||
// "description": "Insert a thread::spawn call",
|
// "description": "Insert a thread::spawn call",
|
||||||
// "requires": "std::thread",
|
// "requires": "std::thread",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue