index
:
dotfiles
master
Configuration files for a variety of programs
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emacs
/
.config
/
emacs
/
.config
/
yasnippet
/
snippets
/
rust-mode
/
warn!
blob: 2f4885dfdf0b90ad57abab3a088ed4c0b6f6317a (
plain
)
1
2
3
4
5
# -*- mode: snippet -*- # name: #![warn(lint)] # key: warn! # -- #![warn(${1:lint})]