You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason for the discrepancy between clippy in the CI and locally is because the CI runs clippy with default features on stable. Locally it now runs clippy with default features on nightly. So there's the issue.
The reason for these issues popping up is that we're now operating on a Cargo workspace instead of on a single crate in a Cargo workspace. There are a few things to iron out still, I'll keep working on those. Feel free to tag me in this issue if you run into anything.
I think we need to revert the new project structure until these problems are solved.
Currently there are 2 problems.
pre-commit
will fail because of new lints. They are somehow not triggered in CI.cargo t --features=test --test=it
has failed tests locally that were not happening before.I think those changes are related to the new structure.
@stinodego, tuning you in here.
The text was updated successfully, but these errors were encountered: