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