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/allow5
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..c30c1e8
--- /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