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