mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
clippy
This commit is contained in:
parent
d9f3f14640
commit
906da3ca94
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ impl TestContext for GenericContext<u32> {
|
|||
impl TestContext for GenericContext<String> {
|
||||
fn setup() -> Self {
|
||||
Self {
|
||||
contents: format!("hello world"),
|
||||
contents: "hello world".to_string(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue