From ca70e5e321a3c174c53d0650feed84db471ac30d Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 11 Dec 2025 23:21:42 -1030 Subject: enable str_to_string clippy lint --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6905af91..6ed73601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,6 +111,8 @@ azalea-registry = { path = "azalea-registry", version = "0.14.0" } azalea-world = { path = "azalea-world", version = "0.14.0" } [workspace.lints.clippy] +# https://users.rust-lang.org/t/to-string-vs-to-owned-for-string-literals/1441 +str_to_string = "warn" # --- Profile Settings --- -- cgit v1.2.3