mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-19 02:23:06 +03:00
1ba2c6a26c
* Update to Rust 2024 Edition Updated to the Rust 2024 Edition and added and fixed several lint checks. This is a large change which, because of the extra lints, added some possible fixes for issues. Signed-off-by: BlackDex <black.dex@gmail.com> * Reorder and merge imports Signed-off-by: BlackDex <black.dex@gmail.com> * Remove "db_run!" macro calls where possible Signed-off-by: BlackDex <black.dex@gmail.com> --------- Signed-off-by: BlackDex <black.dex@gmail.com>
5 lines
85 B
TOML
5 lines
85 B
TOML
edition = "2024"
|
|
max_width = 120
|
|
newline_style = "Unix"
|
|
use_small_heuristics = "Off"
|