Skip to content

Commit

Permalink
Fix CI for latest nightly (#970)
Browse files Browse the repository at this point in the history
* Fix arrow doc examples

* more cleanup
  • Loading branch information
alamb committed Nov 23, 2021
1 parent c96e8de commit 871efc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arrow/src/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
//!
//! # Example
//! ```
//! extern crate arrow;
//!
//! use arrow::array::Int16Array;
//!
//! // Create a new builder with a capacity of 100
Expand Down
2 changes: 0 additions & 2 deletions arrow/src/datatypes/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ impl Schema {
/// # Example
///
/// ```
/// # extern crate arrow;
/// # use arrow::datatypes::{Field, DataType, Schema};
/// let field_a = Field::new("a", DataType::Int64, false);
/// let field_b = Field::new("b", DataType::Boolean, false);
Expand All @@ -70,7 +69,6 @@ impl Schema {
/// # Example
///
/// ```
/// # extern crate arrow;
/// # use arrow::datatypes::{Field, DataType, Schema};
/// # use std::collections::HashMap;
/// let field_a = Field::new("a", DataType::Int64, false);
Expand Down

0 comments on commit 871efc5

Please sign in to comment.