summaryrefslogtreecommitdiff
path: root/rust-mode/allow!
blob: cfb0c7d8abea141d5daa05a5dc6e269a1358309c (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: #![allow(lint)]
# key: allow!
# --
#![allow(${1:lint})]