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