summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/rust-mode/cfg=
blob: b01a458ae92489e76f72b72e3903e67475d6ae77 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: #[cfg(option = "value")]
# key: cfg=
# --
#[cfg(${1:option} = "${2:value}")]