Skip to content

Commit

Permalink
Ignore suspicious_doc_comments in arrow examples
Browse files Browse the repository at this point in the history
Can drop this after rebase on commit 7952595 "Rename list contains kernels to in_list (apache#4289) (apache#4342)", first released in 41.0.0
  • Loading branch information
mcheshkov committed Sep 5, 2024
1 parent 3a8d496 commit 53878d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arrow/examples/builders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// specific language governing permissions and limitations
// under the License.

#![allow(clippy::suspicious_doc_comments)]

///! Many builders are available to easily create different types of arrow arrays
extern crate arrow;

Expand Down
2 changes: 2 additions & 0 deletions arrow/examples/dynamic_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// specific language governing permissions and limitations
// under the License.

#![allow(clippy::suspicious_doc_comments)]

///! This example demonstrates dealing with mixed types dynamically at runtime
use std::sync::Arc;

Expand Down
2 changes: 2 additions & 0 deletions arrow/examples/tensor_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// specific language governing permissions and limitations
// under the License.

#![allow(clippy::suspicious_doc_comments)]

///! Tensor builder example
extern crate arrow;

Expand Down

0 comments on commit 53878d5

Please sign in to comment.