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