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 38c24eb commit a378b02Copy full SHA for a378b02
snippets/rust-mode/static
@@ -2,4 +2,4 @@
2
# name: static VAR = ...
3
# key: static
4
# --
5
-static ${1:VARNAME}${2: ${3:i32}} = ${4:value};
+static ${1:VARNAME}${2:: ${3:i32}} = ${4:value};
0 commit comments