Remove unused mut reference
This commit is contained in:
@@ -203,7 +203,7 @@ impl Batch {
|
||||
composition: Vec<Vec<Vec<Index>>>,
|
||||
results: Vec<Vec<f64>>,
|
||||
weights: Vec<Vec<Vec<f64>>>,
|
||||
agents: &mut HashMap<Index, Agent>,
|
||||
agents: &HashMap<Index, Agent>,
|
||||
) {
|
||||
let this_agent = composition
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user