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