diff --git a/tvix/store/src/proto/tests/pathinfo.rs b/tvix/store/src/proto/tests/pathinfo.rs index 35a2771c3..584bc5920 100644 --- a/tvix/store/src/proto/tests/pathinfo.rs +++ b/tvix/store/src/proto/tests/pathinfo.rs @@ -201,7 +201,7 @@ fn validate_references() { signatures: vec![], reference_names: vec![format!("/nix/store/{}", DUMMY_NAME)], }), - ..path_info.clone() + ..path_info }; assert!(path_info_with_narinfo.validate().is_ok()); }