diff options
Diffstat (limited to '')
| -rw-r--r-- | templates/snippets/rustic-mode/print_debug | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/snippets/rustic-mode/print_debug b/templates/snippets/rustic-mode/print_debug new file mode 100644 index 0000000..5ae259f --- /dev/null +++ b/templates/snippets/rustic-mode/print_debug @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: println!("{:#?}", value); +# key: log +# -- +println!("{:#?}", ${1:value}); |
