summaryrefslogtreecommitdiff
path: root/templates/snippets/rustic-mode/print_debug
blob: 5ae259f7997bf14eaec77344a18233074fdf472c (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: println!("{:#?}", value);
# key: log
# --
println!("{:#?}", ${1:value});