Skip to content

Commit 8b279ca

Browse files
committed
Ignore new lint as workaround
1 parent a5834ff commit 8b279ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/polars-python/src/exceptions.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
//! Define the Polars exception hierarchy.
22
3+
// TODO: Remove this directive when linked issue is fixed.
4+
// https://github.com/PyO3/pyo3/issues/4743
5+
#![allow(unexpected_cfgs)]
6+
37
use pyo3::create_exception;
48
use pyo3::exceptions::{PyException, PyWarning};
59

0 commit comments

Comments
 (0)