We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521e65a commit 4fb8b05Copy full SHA for 4fb8b05
1 file changed
crates/rv/tests/integration_tests/main.rs
@@ -32,6 +32,12 @@ pub struct RvTest {
32
pub namespace: Option<String>,
33
}
34
35
+impl Default for RvTest {
36
+ fn default() -> RvTest {
37
+ Self::new()
38
+ }
39
+}
40
+
41
impl RvTest {
42
pub fn namespaced(name: String) -> Self {
43
let temp_dir = Utf8TempDir::new().expect("Failed to create temporary directory");
0 commit comments