Snippets for maturin 1.15.0 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/py312-maturin/1.15.0/150amd64-default.log.
-
warning: unused import: `find_bridge` --> src/bridge/mod.rs:4:24 | 4 | CrateDependencies, find_bridge, find_bridge_with_deps, has_windows_import_lib_support, | ^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
-
warning: unused variable: `python_interpreter` --> src/build_context/repair.rs:30:9 | 30 | python_interpreter: Option<&PythonInterpreter>, | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_python_interpreter` | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
-
warning: field `required_archs` is never read --> src/auditwheel/repair.rs:82:9 | 54 | pub struct GraftedLib { | ---------- field in this struct -
warning: function `find_bridge` is never used --> src/bridge/detection.rs:30:8 | 30 | pub fn find_bridge( | ^^^^^^^^^^^