diff --git a/src/lib.rs b/src/lib.rs index 889db9e..303478e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -208,7 +208,7 @@ impl ReadOnly { /// A volatile wrapper which only allows write operations. /// /// The size of this struct is the same as the contained type. -#[derive(Debug, Clone, Default)] +#[derive(Default)] pub struct WriteOnly(Volatile); impl WriteOnly {