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 Aug 27, 2024
1 parent b5a369f commit afee648
Showing 1 changed file with 2 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

0 comments on commit afee648

Please sign in to comment.