From 9189c92c178a4e168c9c3d75618f23f28602211c Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 1 Aug 2020 11:12:10 +0300 Subject: [PATCH] doc: hide push command --- src/commands/push.rs | 1 + 1 file changed, 1 insertion(+) 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,