Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 56eee57

Browse files
committed
Remove redundant trailing snippet cursor markers
This is done automatically now.
1 parent fe3afb8 commit 56eee57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/rust.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extern crate": {
33
"prefix": "extern crate",
44
"body": [
5-
"extern crate ${1:name};$0"
5+
"extern crate ${1:name};"
66
],
77
"description": "Insert extern crate"
88
},
@@ -43,7 +43,7 @@
4343
"body": [
4444
"std::thread::spawn(move || {",
4545
"\t$1",
46-
"})$0"
46+
"})"
4747
],
4848
"description": "Wrap code in thread::spawn"
4949
},

0 commit comments

Comments
 (0)