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