Skip to content

Commit 0e84d9b

Browse files
author
Omar Jair Purata Funes
committed
Changed return data type in [pub_fn]
Forgot to add this to my early pr, apologies
1 parent 918b52b commit 0e84d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-mode/pub_fn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# key: pfn
44
# uuid: pfn
55
# --
6-
pub fn ${1:function_name}($2) ${3:-> ${4:int} }{
6+
pub fn ${1:function_name}($2) ${3:-> ${4:i32} }{
77
`%`$0
88
}

0 commit comments

Comments
 (0)