From f060325320d158917b52ad1e518b89001dd63520 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Sat, 29 Jul 2023 17:48:03 +0100 Subject: [PATCH] Hide from docs --- arrow-data/src/data.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/arrow-data/src/data.rs b/arrow-data/src/data.rs index a123ac8e655f..51baad402d67 100644 --- a/arrow-data/src/data.rs +++ b/arrow-data/src/data.rs @@ -30,6 +30,7 @@ use std::sync::Arc; use crate::equal; /// A collection of [`Buffer`] +#[doc(hidden)] pub type Buffers<'a> = &'a [Buffer]; #[inline]