Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Nov 16, 2023
1 parent 1be97ad commit 24da9f5
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: echo -e "\n#![allow(clippy)]" >> nexus/sqlparser-rs/src/lib.rs
run: sed -i '1s/^/#![allow(clippy)]/' nexus/sqlparser-rs/src/lib.rs


- name: clippy
Expand Down

0 comments on commit 24da9f5

Please sign in to comment.