yasnippet-snippets/snippets/rust-mode/cfg

5 lines
82 B
Plaintext

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