Skip to content

Commit 9ba0eeb

Browse files
committed
Fix docs
1 parent 78700b4 commit 9ba0eeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arrow-array/src/array/primitive_array.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,8 +1371,6 @@ impl<'a, T: ArrowPrimitiveType> PrimitiveArray<T> {
13711371
/// `FromIterator` for `PrimitiveArray` takes an iterator where the elements can be `into`
13721372
/// this struct. So once implementing `From` or `Into` trait for a type, an iterator of
13731373
/// the type can be collected to `PrimitiveArray`.
1374-
///
1375-
/// See also [BooleanAdapter](crate::array::BooleanAdapter).
13761374
#[derive(Debug)]
13771375
pub struct NativeAdapter<T: ArrowPrimitiveType> {
13781376
/// Corresponding Rust native type if available

0 commit comments

Comments
 (0)