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
/
deny!
blob: 232dfbcea8e7ca356ed649c5a272852b23382bf6 (
plain
)
1
2
3
4
5
# -*- mode: snippet -*- # name: #![deny(lint)] # key: deny! # -- #![deny(${1:lint})]