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.
tab
assert!
assert_eq!
1 parent fa6bd1e commit 1f357b9Copy full SHA for 1f357b9
snippets/rust.json
@@ -37,19 +37,19 @@
37
"description": "Insert println!"
38
},
39
"assert": {
40
- "prefix": "assert",
41
- "body": [
42
- "assert!($1)$0"
43
- ],
44
- "description": "Insert assert!"
45
- },
46
- "assert_eq": {
47
- "prefix": "assert_eq",
48
49
- "assert_eq!($1, $2)$0"
50
51
- "description": "Insert assert_eq!"
52
+ "prefix": "assert",
+ "body": [
+ "assert!($1)$0"
+ ],
+ "description": "Insert assert!"
+ },
+ "assert_eq": {
+ "prefix": "assert_eq",
+ "assert_eq!($1, $2)$0"
+ "description": "Insert assert_eq!"
53
"macro_rules": {
54
"prefix": "macro_rules",
55
"body": [
0 commit comments