diff options
Diffstat (limited to 'configs/shared/.emacs.d/snippets/rust-mode/match')
-rw-r--r-- | configs/shared/.emacs.d/snippets/rust-mode/match | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/shared/.emacs.d/snippets/rust-mode/match b/configs/shared/.emacs.d/snippets/rust-mode/match deleted file mode 100644 index bf0e876e2b98..000000000000 --- a/configs/shared/.emacs.d/snippets/rust-mode/match +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: match -# key: match -# -- -match $1 { - $2 => $3, -} \ No newline at end of file |