summaryrefslogtreecommitdiff
path: root/rust-mode/allow
diff options
context:
space:
mode:
authorAlberto Luaces <aluaces@udc.es>2016-12-01 14:02:56 +0100
committerAlberto Luaces <aluaces@udc.es>2016-12-01 14:02:56 +0100
commit83355faf3e530fb36fcb32750ebedda19e1927ef (patch)
treeff9f7eb3cfb4842c41173e67b3a6614332343b24 /rust-mode/allow
parent632df2ede2712994b12ee499abfc948e6dc3f9ae (diff)
parent12b385f3badb51bd3689a1a0986cc9410ea416c5 (diff)
Merge latest upstream.
Diffstat (limited to 'rust-mode/allow')
-rw-r--r--rust-mode/allow5
1 files changed, 5 insertions, 0 deletions
diff --git a/rust-mode/allow b/rust-mode/allow
new file mode 100644
index 0000000..c30c1e8
--- /dev/null
+++ b/rust-mode/allow
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: #[allow(lint)]
+# key: allow
+# --
+#[allow(${1:lint})] \ No newline at end of file