summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/rust-mode/static
blob: eef8072d0e2436113229de7a96ea08a4368ee556 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: CONSTANT: Type = value;
# key: static
# --
static ${1:CONSTANT}: ${2:Type} = ${3:value};