We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
non_local_definitions
1 parent 414fe5b commit 9be73eeCopy full SHA for 9be73ee
src/lib.rs
@@ -3,6 +3,9 @@
3
// the LICENSE-APACHE file) or the MIT license (found in
4
// the LICENSE-MIT file), at your option.
5
6
+// TODO: Remove this exception once we update pyo3.
7
+#![allow(non_local_definitions)]
8
+
9
mod common;
10
mod geometry;
11
0 commit comments