Skip to content

Commit

Permalink
enable -Dwarnings
Browse files Browse the repository at this point in the history
Avoid future regressions in compiler warnings.

Signed-off-by: Paolo Bonzini <[email protected]>
bonzini authored and y86-dev committed Jan 29, 2025
1 parent 1c66461 commit 34a46a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ non_ascii_idents = "deny"
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(NO_UI_TESTS)', 'cfg(NO_ALLOC_FAIL_TESTS)'] }
unsafe_op_in_unsafe_fn = "deny"
unused_attributes = "deny"
warnings = "deny"

[lints.rustdoc]
missing_crate_level_docs = "deny"

0 comments on commit 34a46a0

Please sign in to comment.