summaryrefslogtreecommitdiff
path: root/templates/snippets/rustic-mode/derive_debug
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/snippets/rustic-mode/derive_debug5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/snippets/rustic-mode/derive_debug b/templates/snippets/rustic-mode/derive_debug
new file mode 100644
index 0000000..6d64312
--- /dev/null
+++ b/templates/snippets/rustic-mode/derive_debug
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: derive-debug
+# key: debug
+# --
+#[derive(Debug)]