We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fe44c commit e35fd6dCopy full SHA for e35fd6d
1 file changed
.github/workflows/ci.yml
@@ -826,6 +826,8 @@ jobs:
826
cargo clippy --workspace --exclude tokio --tests --no-deps --features $TOKIO_STABLE_FEATURES
827
- name: "clippy --workspace --all-features --unstable"
828
run: |
829
+ # Forcing the cargo lock regeneration to apply the tokio patch
830
+ rm Cargo.lock
831
cargo clippy --workspace --tests --no-deps --all-features --config 'patch.crates-io.tokio.path="tokio"'
832
# check without path dependencies
833
cargo clippy --workspace --exclude tokio --tests --no-deps --all-features
0 commit comments