diff --git a/src/commands/push.rs b/src/commands/push.rs index 3cad05a..a64d6ce 100644 --- a/src/commands/push.rs +++ b/src/commands/push.rs @@ -1,6 +1,7 @@ use super::StreamCommand; use crate::result::Result; +#[doc(hidden)] #[derive(Debug, Default)] pub struct PushCommand<'a> { pub collection: &'a str,