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