Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Erk- committed Sep 4, 2024
1 parent 3f417fe commit df1008d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilight-model/src/util/mustbe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ mod tests {
m: MustBeBool<false>,
}

let json_1 = r#"{}"#;
let json_1 = r"{}";
serde_json::from_str::<MFalse>(json_1).unwrap();
}

Expand Down

0 comments on commit df1008d

Please sign in to comment.