index
:
emacs-config
master
Simeon's emacs config repo
Simeon Simeonov
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.emacs.d
/
snippets
/
rust-mode
/
warn!
blob: 2f4885dfdf0b90ad57abab3a088ed4c0b6f6317a (
plain
)
1
2
3
4
5
# -*- mode: snippet -*- # name: #![warn(lint)] # key: warn! # -- #![warn(${1:lint})]