Skip to content

Commit a378b02

Browse files
committed
Add colon to rust/static
1 parent 38c24eb commit a378b02

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)