summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/rust-mode/union
blob: 92585a265e8c6bf583b3a4b946ca446646871fb1 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: union Type { ... }
# key: union
# --
union ${1:Type} {
    $0
}