mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore: add rustc "Correctness" lints (#886)
This commit is contained in:
@@ -52,6 +52,10 @@ unused_unsafe = "warn"
|
||||
missing_unsafe_on_extern = "warn"
|
||||
unsafe_attr_outside_unsafe = "warn"
|
||||
|
||||
# == Correctness == #
|
||||
ambiguous_negative_literals = "warn"
|
||||
keyword_idents_2024 = "warn" # FIXME: remove when switched to 2024 edition
|
||||
|
||||
# == Style, readability == #
|
||||
elided_lifetimes_in_paths = "warn" # https://quinedot.github.io/rust-learning/dont-hide.html
|
||||
absolute_paths_not_starting_with_crate = "warn"
|
||||
|
||||
Reference in New Issue
Block a user