Skip to content

Commit

Permalink
Fix debug assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Mar 28, 2024
1 parent d550e58 commit 933aa80
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
Expand Up @@ -28,6 +28,7 @@ mod gil_once_cell;
mod lazyframe;
mod lazygroupby;
mod map;
#[cfg(debug_assertions)]
mod memory;
#[cfg(feature = "object")]
mod object;
Expand Down

0 comments on commit 933aa80

Please sign in to comment.