Enable the `unsafe_op_in_unsafe_fn` lint
This commit is contained in:
parent
3f8dbe6990
commit
7f3a332101
|
|
@ -46,6 +46,9 @@ exclude = [
|
|||
"osdk",
|
||||
]
|
||||
|
||||
[workspace.lints.rust]
|
||||
unsafe_op_in_unsafe_fn = "warn"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
allow_attributes = "warn"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue