Skip to content

Commit c304c10

Browse files
author
Henrik Lissner
authored
Merge pull request #15 from VentGrey/master
Corrected data type in [fn] snippet
2 parents eb26256 + c236b59 commit c304c10

File tree

1 file changed

+2
-2
lines changed
  • rust-mode

1 file changed

+2
-2
lines changed

rust-mode/fn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# uuid: fn
55
# condition: (doom-snippets-bolp)
66
# --
7-
fn ${1:function_name}($2) ${3:-> ${4:int} }{
7+
fn ${1:function_name}($2) ${3:-> ${4:i32} }{
88
`%`$0
9-
}
9+
}

0 commit comments

Comments
 (0)