8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2dda5 commit b2abb1aCopy full SHA for b2abb1a
Cargo.toml
@@ -190,13 +190,6 @@ wasm-bindgen = "0.2.100"
190
unsafe_code = "allow"
191
unsafe_op_in_unsafe_fn = "deny"
192
193
-# rust_2024_compatibility
194
-missing_unsafe_on_extern = "deny"
195
-unsafe_attr_outside_unsafe = "deny"
196
-deprecated_safe_2024 = "deny"
197
-rust_2024_incompatible_pat = "deny"
198
-keyword_idents_2024 = "deny"
199
-
200
[workspace.lints.clippy]
201
perf = "warn"
202
style = "warn"
vm/sre_engine/Cargo.toml
@@ -21,3 +21,6 @@ optional = "0.5"
21
22
[dev-dependencies]
23
criterion = { workspace = true }
24
+
25
+[lints]
26
+workspace = true
0 commit comments