aboutsummaryrefslogtreecommitdiff
path: root/src/ptr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ptr.rs')
-rw-r--r--src/ptr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ptr.rs b/src/ptr.rs
index 1facc52..f832687 100644
--- a/src/ptr.rs
+++ b/src/ptr.rs
@@ -55,7 +55,7 @@ macro_rules! create_as_variant_fn {
}
/// Some smart pointer.
-#[derive(strum_macros::IntoStaticStr)]
+#[derive(Debug, strum_macros::IntoStaticStr)]
pub enum SomePtr<Interface>
where
Interface: 'static + ?Sized,