yasnippet-snippets/snippets/rust-mode/cfg=

5 lines
108 B
Plaintext

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