Skip to content

Commit

Permalink
chore: Forbid unstable features for the core workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Feb 1, 2024
1 parent c301359 commit 0da9526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/zk/src/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function lintContracts(check: boolean = false) {

async function clippy() {
process.chdir(process.env.ZKSYNC_HOME!);
await utils.spawn('cargo clippy --tests --locked -- -D warnings');
await utils.spawn('cargo clippy --tests --locked -- -D warnings -D unstable_features');
}

async function proverClippy() {
Expand Down

0 comments on commit 0da9526

Please sign in to comment.