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.
2 parents a778670 + f40e219 commit fc6fcaaCopy full SHA for fc6fcaa
snippets/rust-mode/ifl
@@ -2,4 +2,6 @@
2
# name: if let pattern = expression { ... };
3
# key: ifl
4
# --
5
-if let ${1:pattern} = ${2:expression} { $0 };
+if let ${1:pattern} = ${2:expression} {
6
+ $0
7
+};
0 commit comments