diff --git a/build.rs b/build.rs index 41aa515..8f19e94 100644 --- a/build.rs +++ b/build.rs @@ -1,7 +1,6 @@ - use pyo3_build_config; fn main() { // If you have an existing build.rs file, just add this line to it. pyo3_build_config::use_pyo3_cfgs(); -} \ No newline at end of file +}