Skip to content

Commit

Permalink
workspace: remove missing_copy_implementations workspace lint
Browse files Browse the repository at this point in the history
Do not require Copy for all structures that can derive it, as this can
be error prone and can inadvertently increase stack usage. For now,
remove the related lint, as introducing Copy for in the future should
not require too much work if necessary.

Signed-off-by: Carlos López <[email protected]>
  • Loading branch information
00xc committed Jul 17, 2024
1 parent 621b82e commit 95f5426
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ packit = { git = "https://github.com/coconut-svsm/packit", version = "0.1.1" }
future_incompatible = "deny"
nonstandard_style = "deny"
rust_2018_idioms = "deny"
missing_copy_implementations = "deny"
missing_debug_implementations = "deny"
single_use_lifetimes = "warn"
trivial-numeric-casts = "deny"
Expand Down

0 comments on commit 95f5426

Please sign in to comment.