File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ [target .'cfg(all())' ]
2+ rustflags = [
3+ " -Dclippy::all" ,
4+ " -Dnonstandard-style" ,
5+ " -Drust-2018-idioms" ,
6+ ]
Original file line number Diff line number Diff line change 5959 DUCKDB_INCLUDE_DIR : ${{ github.workspace }}/libduckdb
6060 LD_LIBRARY_PATH : ${{ github.workspace }}/libduckdb
6161 run : |
62- cargo clippy --all-targets --workspace --all-features -- -D warnings -A clippy::redundant-closure
63-
62+ cargo clippy --all-targets --workspace --all-features -- -D warnings
6463
6564 # For windows
6665 - name : Windows extract duckdb
@@ -154,4 +153,4 @@ jobs:
154153 path : ' ./'
155154 args : --allow-dirty --all-features
156155 dry-run : true
157- ignore-unpublished-changes : true
156+ ignore-unpublished-changes : true
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DUCKDB_INCLUDE_DIR = /Users/wangfenjin/duckdb
88
99all :
1010 cargo test --features buildtime_bindgen --features modern-full -- --nocapture
11- cargo clippy --all-targets --workspace --features buildtime_bindgen --features modern-full -- -D warnings -A clippy::redundant-closure
11+ cargo clippy --all-targets --workspace --features buildtime_bindgen --features modern-full -- -D warnings
1212
1313test :
14- cargo test --features bundled --features modern-full -- --nocapture
14+ cargo test --features bundled --features modern-full -- --nocapture
You can’t perform that action at this time.
0 commit comments