Merge pull request #286 from mssdvd/patch-1

Update rust-mode/ifl
This commit is contained in:
Andrea Crotti 2018-09-09 11:14:54 +01:00 committed by GitHub
commit fc6fcaa5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
# name: if let pattern = expression { ... };
# key: ifl
# --
if let ${1:pattern} = ${2:expression} { $0 };
if let ${1:pattern} = ${2:expression} {
$0
};