aboutsummaryrefslogtreecommitdiff
path: root/src/convert.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/convert.rs')
-rw-r--r--src/convert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/convert.rs b/src/convert.rs
index f9262f7..c42bbc3 100644
--- a/src/convert.rs
+++ b/src/convert.rs
@@ -26,7 +26,7 @@ mod markdown;
#[cfg(feature = "macros")] mod macros;
/// Different targets to convert Gemtext to
-#[derive(Clone)]
+#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum Target {
/// Convert Gemtext to HTML
HTML,