Resolve 2024 edition migration warnings

This commit is contained in:
Joscha 2025-02-22 15:43:52 +01:00
parent 4f725a05c9
commit e7d23083b0
2 changed files with 4 additions and 2 deletions

View file

@ -54,7 +54,9 @@ rust.unused_lifetimes = "warn"
rust.unused_qualifications = "warn"
# Clippy
clippy.use_self = "warn"
# Migrating to the 2024 edition
rust.rust_2024_compatibility = "warn"
rust.tail_expr_drop_order = { level = "allow", priority = 1 }
# Optimize dependencies in debug mode (mainly for faster image exports).
# Does not apply to workspace members, only "real" dependencies.