Skip to content

Commit 1965df6

Browse files
committed
ignore wildcard_imports warning for now
1 parent 28f86f6 commit 1965df6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,5 @@ too_many_lines = "allow"
111111
unnecessary_wraps = "allow"
112112
unused_self = "allow"
113113
used_underscore_binding = "allow"
114+
# FIXME https://github.com/PyO3/pyo3/issues/4701
115+
wildcard_imports = "allow"

0 commit comments

Comments
 (0)