From 47c55ea0cbb8e98830ed296f59090ecb6424aa9c Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Fri, 31 Jul 2026 15:34:32 +0200 Subject: [PATCH] Remove 'string_to_string' warning Removed 'string_to_string' warning from static verification guidelines. --- src/guidelines/universal/M-STATIC-VERIFICATION.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/guidelines/universal/M-STATIC-VERIFICATION.md b/src/guidelines/universal/M-STATIC-VERIFICATION.md index 571141d..d668a54 100644 --- a/src/guidelines/universal/M-STATIC-VERIFICATION.md +++ b/src/guidelines/universal/M-STATIC-VERIFICATION.md @@ -65,7 +65,6 @@ map_err_ignore = "warn" redundant_type_annotations = "warn" renamed_function_params = "warn" semicolon_outside_block = "warn" -string_to_string = "warn" undocumented_unsafe_blocks = "warn" unnecessary_safety_comment = "warn" unnecessary_safety_doc = "warn"