From 42ca29b9aab61b693925e58b64d84895e4d3ce0a Mon Sep 17 00:00:00 2001 From: bluurryy <164359728+bluurryy@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:49:37 +0200 Subject: [PATCH] Clippy --- tests/from_str.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/from_str.rs b/tests/from_str.rs index 38847b4c..9aa6795c 100644 --- a/tests/from_str.rs +++ b/tests/from_str.rs @@ -50,4 +50,4 @@ fn enum_test_case_sensitive() { "baz".parse::().unwrap_err().to_string(), "Invalid `EnumNoFields` string representation", ); -} \ No newline at end of file +}