Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Nov 16, 2023
1 parent 24da9f5 commit e3211d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
components: clippy

- name: disable clippy for sqlparser-rs
run: sed -i '1s/^/#![allow(clippy)]/' nexus/sqlparser-rs/src/lib.rs
run: sed -i '1s/^/#![allow(clippy::all)]\n/' nexus/sqlparser-rs/src/lib.rs


- name: clippy
Expand Down

0 comments on commit e3211d2

Please sign in to comment.