Skip to content

Commit 3397e33

Browse files
committed
Updated test util
Signed-off-by: Marvin Hansen <[email protected]>
1 parent eee7989 commit 3397e33

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

deep_causality/src/utils_test/test_utils_generator.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,6 @@ where
8484
pub context_dest: Option<Context<D, S, T, ST, SYM, VS, VT>>,
8585
}
8686

87-
impl<D, S, T, ST, SYM, VS, VT> Default for TestProcessor<D, S, T, ST, SYM, VS, VT>
88-
where
89-
D: Default + Datable + Copy + Clone + Hash + Eq + PartialEq,
90-
S: Spatial<VS> + Clone,
91-
T: Temporal<VT> + Clone,
92-
ST: SpaceTemporal<VS, VT> + Clone,
93-
SYM: Symbolic + Clone,
94-
VS: Clone,
95-
VT: Clone,
96-
{
97-
fn default() -> Self {
98-
Self::new()
99-
}
100-
}
101-
10287
impl<D, S, T, ST, SYM, VS, VT> TestProcessor<D, S, T, ST, SYM, VS, VT>
10388
where
10489
D: Default + Datable + Copy + Clone + Hash + Eq + PartialEq,

0 commit comments

Comments
 (0)