Skip to content

Commit ba42518

Browse files
committed
fix: deactivated denying on warnings
1 parent 4907f52 commit ba42518

File tree

3 files changed

+78
-35
lines changed

3 files changed

+78
-35
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-cargo-
5151
5252
- name: Run clippy
53-
run: cargo clippy --all-targets --all-features -- -D warnings
53+
run: cargo clippy --all-targets --all-features
5454

5555
# Job 3: Build
5656
build:

Cargo.lock

Lines changed: 76 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "../README.md"
1010

1111
[dependencies]
1212
clap = { workspace = true, features = ["derive"] }
13-
code0-definition-reader = { version = "0.0.8" }
13+
code0-definition-reader = { path = "../reader/rust" }
1414
tucana = { workspace = true }
1515
colored = { workspace = true }
1616
tabled = { workspace = true }

0 commit comments

Comments
 (0)