tvl-depot/users/grfn/emacs.d/snippets/rust-mode/#[macro_use]

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
92 B
Text
Raw Normal View History

2019-07-09 23:50:51 +02:00
# key: macro_use
# name: #[macro_use]
# --
#[macro_use]
${1:extern crate} ${2:something};$0