dotfiles/.emacs.d/snippets/rust-mode/warn

5 lines
81 B
Plaintext

# -*- mode: snippet -*-
# name: #[warn(lint)]
# key: warn
# --
#[warn(${1:lint})]