Raunak Bhagat
09/13/2024, 8:43 PMcargo clippy outputs a whole bunch of warnings. Let's try to clean that up as well.
I'll create a separate PR to address the fixes. Might be another auto-generated diff that we'll need to take a look at. We should also consider adding cargo fix --all to our pre-commit hooks and GitHub workflows.jay
09/13/2024, 8:44 PMpython feature flag?Sammy Sidhu
09/13/2024, 8:56 PMRaunak Bhagat
09/13/2024, 9:26 PMpython feature-flag.
In those cases, we may want to conditionally compile those imports. Something like #[cfg(feature = "python")] use some_mod_for_python;.