Files
dotfiles/.emacs.d/snippets/rust-mode/cfg
2017-12-21 17:29:29 +01:00

5 lines
82 B
Plaintext

# -*- mode: snippet -*-
# name: #[cfg(option)]
# key: cfg
# --
#[cfg(${1:option})]