Skip to content

Commit 897c5b3

Browse files
author
Henrik Lissner
authored
Merge pull request #7 from filalex77/rust-static-colon
Add colon to rust/static
2 parents 38c24eb + a378b02 commit 897c5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/rust-mode/static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# name: static VAR = ...
33
# key: static
44
# --
5-
static ${1:VARNAME}${2: ${3:i32}} = ${4:value};
5+
static ${1:VARNAME}${2:: ${3:i32}} = ${4:value};

0 commit comments

Comments
 (0)