about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/rust-mode/match
# -*- mode: snippet -*-
# name: match
# key: match
# --
match $1 {
    $2 => $3,
}