Skip to content

Commit 2f76ef6

Browse files
committed
Add workspace lint
1 parent 5c7f6a2 commit 2f76ef6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ wasm-bindgen = "0.2.106"
222222
unsafe_code = "allow"
223223
unsafe_op_in_unsafe_fn = "deny"
224224
elided_lifetimes_in_paths = "warn"
225+
missing_copy_implementations = "warn"
225226

226227
[workspace.lints.clippy]
227228
# alloc_instead_of_core = "warn"

0 commit comments

Comments
 (0)