mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
fix all clippy lints and remove them from allow list in cranky (#2419)
* manual range contains clippy lint removed from allow list * removed multiple redundant allowed clippy lints
This commit is contained in:
@@ -115,9 +115,4 @@ warn = [
|
||||
allow = [
|
||||
# TODO(emilk): enable more lints
|
||||
"clippy::type_complexity",
|
||||
"clippy::undocumented_unsafe_blocks",
|
||||
"clippy::manual_range_contains",
|
||||
"trivial_casts",
|
||||
"unsafe_op_in_unsafe_fn", # `unsafe_op_in_unsafe_fn` may become the default in future Rust versions: https://github.com/rust-lang/rust/issues/71668
|
||||
"unused_qualifications",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user