From df1008d48be4b978adda3293a7b6f14aecbebeff Mon Sep 17 00:00:00 2001 From: Valdemar Erk Date: Wed, 4 Sep 2024 20:44:56 +0200 Subject: [PATCH] make clippy happy --- twilight-model/src/util/mustbe.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twilight-model/src/util/mustbe.rs b/twilight-model/src/util/mustbe.rs index 4380f6a298..25f7b510ab 100644 --- a/twilight-model/src/util/mustbe.rs +++ b/twilight-model/src/util/mustbe.rs @@ -128,7 +128,7 @@ mod tests { m: MustBeBool, } - let json_1 = r#"{}"#; + let json_1 = r"{}"; serde_json::from_str::(json_1).unwrap(); }