summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/rust-mode/eprint
blob: a40a749ec425948a1cf36769aea89b61409c06e4 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: eprint!("{}", value);
# key: eprint
# --
eprint!("${1:{\}}", $2);