Skip to content

Commit f6d9565

Browse files
tustvoldalamb
andauthored
Update arrow-array/src/array/mod.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 49642b4 commit f6d9565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arrow-array/src/array/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ pub use list_view_array::*;
7979
use crate::iterator::ArrayIter;
8080

8181
mod private {
82+
/// Private marker trait to ensure [`Array`] can not be implemented outside this crate
8283
pub trait Sealed {}
8384

8485
impl<T: Sealed> Sealed for &T {}

0 commit comments

Comments
 (0)