Skip to content

Commit 488504e

Browse files
committed
Fix clippy lints
Signed-off-by: Nico Burns <[email protected]>
1 parent 669d5a9 commit 488504e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/anyrender/src/null_backend.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub struct NullImageRenderer;
4242

4343
impl NullImageRenderer {
4444
pub fn new() -> Self {
45-
Self::default()
45+
Self
4646
}
4747
}
4848

@@ -75,7 +75,7 @@ pub struct NullScenePainter;
7575

7676
impl NullScenePainter {
7777
pub fn new() -> Self {
78-
Self::default()
78+
Self
7979
}
8080
}
8181

0 commit comments

Comments
 (0)