Skip to content

Commit

Permalink
allow non-local
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Apr 15, 2024
1 parent 4e085e0 commit ea35675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![feature(vec_into_raw_parts)]
#![allow(clippy::nonstandard_macro_braces)] // Needed because clippy does not understand proc macro of PyO3
#![allow(clippy::transmute_undefined_repr)]
#![allow(non_local_definitions)]
#![allow(clippy::too_many_arguments)] // Python functions can have many arguments due to default arguments
extern crate polars as polars_rs;

Expand Down

0 comments on commit ea35675

Please sign in to comment.