diff --git a/src/history.rs b/src/history.rs index 92e59e1..fec86aa 100644 --- a/src/history.rs +++ b/src/history.rs @@ -383,7 +383,9 @@ impl, O: Observer, K: Eq + Hash + Clone> History HashMap> { let mut data: HashMap> = HashMap::new(); @@ -401,9 +403,11 @@ impl, O: Observer, K: Eq + Hash + Clone> History(&self, key: &Q) -> Vec<(T, Gaussian)> where K: Borrow, @@ -484,10 +488,13 @@ impl, O: Observer, K: Eq + Hash + Clone> History