Skip to content

Commit 115cebc

Browse files
committed
remove lints
1 parent cb00631 commit 115cebc

File tree

6 files changed

+8
-282
lines changed

6 files changed

+8
-282
lines changed

adapters/native/Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ edition = "2021"
33
name = "zkaleido-native-adapter"
44
version = "0.1.0"
55

6-
[lints]
7-
rust.missing_debug_implementations = "warn"
8-
rust.missing_docs = "warn"
9-
rust.rust_2018_idioms = { level = "deny", priority = -1 }
10-
rust.unreachable_pub = "warn"
11-
rust.unused_crate_dependencies = "deny"
12-
rust.unused_must_use = "deny"
13-
rustdoc.all = "warn"
14-
15-
166
[dependencies]
177
zkaleido.workspace = true
188

adapters/risc0/Cargo.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ edition = "2021"
33
name = "zkaleido-risc0-adapter"
44
version = "0.1.0"
55

6-
[lints]
7-
rust.missing_debug_implementations = "warn"
8-
rust.missing_docs = "warn"
9-
rust.rust_2018_idioms = { level = "deny", priority = -1 }
10-
rust.unreachable_pub = "warn"
11-
rust.unused_crate_dependencies = "deny"
12-
rust.unused_must_use = "deny"
13-
rustdoc.all = "warn"
14-
156
[dependencies]
167
zkaleido.workspace = true
178

adapters/sp1/Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ edition = "2021"
33
name = "zkaleido-sp1-adapter"
44
version = "0.1.0"
55

6-
[lints]
7-
rust.missing_debug_implementations = "warn"
8-
rust.missing_docs = "warn"
9-
rust.rust_2018_idioms = { level = "deny", priority = -1 }
10-
rust.unreachable_pub = "warn"
11-
rust.unused_crate_dependencies = "deny"
12-
rust.unused_must_use = "deny"
13-
rustdoc.all = "warn"
14-
15-
166
[dependencies]
177
zkaleido.workspace = true
188

artifacts/risc0/schnorr-sig-verify/Cargo.lock

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

0 commit comments

Comments
 (0)