Bug
Now that python3-dev is installed (decy#38 fixed), CI can compile but clippy
fails with disallowed_methods and collapsible_if violations.
Fix
Add #[allow(clippy::disallowed_methods)] to affected functions or fix the
method calls. Fix collapsible_if by merging nested if conditions.
🤖 Generated with Claude Code
Bug
Now that python3-dev is installed (decy#38 fixed), CI can compile but clippy
fails with
disallowed_methodsandcollapsible_ifviolations.Fix
Add
#[allow(clippy::disallowed_methods)]to affected functions or fix themethod calls. Fix collapsible_if by merging nested if conditions.
🤖 Generated with Claude Code