Apply deprecated_safe lint

This commit is contained in:
Taiki Endo
2024-08-25 21:57:04 +09:00
parent 55ca367f68
commit fa71ab6d46
2 changed files with 1 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ members = ["tools/codegen"]
# This table is shared by projects under github.com/taiki-e.
# It is not intended for manual editing.
[workspace.lints.rust]
deprecated_safe = "warn"
improper_ctypes = "warn"
improper_ctypes_definitions = "warn"
non_ascii_idents = "warn"