Skip to content

Commit 4fb8b05

Browse files
committed
fix clippy
1 parent 521e65a commit 4fb8b05

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • crates/rv/tests/integration_tests

crates/rv/tests/integration_tests/main.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ pub struct RvTest {
3232
pub namespace: Option<String>,
3333
}
3434

35+
impl Default for RvTest {
36+
fn default() -> RvTest {
37+
Self::new()
38+
}
39+
}
40+
3541
impl RvTest {
3642
pub fn namespaced(name: String) -> Self {
3743
let temp_dir = Utf8TempDir::new().expect("Failed to create temporary directory");

0 commit comments

Comments
 (0)