Skip to content

Commit

Permalink
Remove some none (#409)
Browse files Browse the repository at this point in the history
Co-authored-by: orion GONZALEZ (contractor) <orion.gonzalez@amadeus.com>
  • Loading branch information
dev-ardi and orion GONZALEZ (contractor) authored Feb 25, 2024
1 parent dbd45e9 commit dcd4a58
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions snippets/rust/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,7 @@
"match": {
"prefix": "match",
"body": [
"match ${1:expr} {",
" ${2:Some(expr)} => ${3:expr},",
" ${4:None} => ${5:expr},",
"}"
"match ${1:expr} {}"
],
"description": "match … { … }"
},
Expand Down

0 comments on commit dcd4a58

Please sign in to comment.