summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/rust-mode/allow!
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/rust-mode/allow!')
-rw-r--r--.emacs.d/snippets/rust-mode/allow!5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/rust-mode/allow! b/.emacs.d/snippets/rust-mode/allow!
new file mode 100644
index 0000000..cfb0c7d
--- /dev/null
+++ b/.emacs.d/snippets/rust-mode/allow!
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2# name: #![allow(lint)]
3# key: allow!
4# --
5#![allow(${1:lint})] \ No newline at end of file