diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 --- |
