merge changed step mutability requirements

This commit is contained in:
Logan Collins 2018-10-25 14:11:44 -05:00
parent 00985edc46
commit 3ffb1ba48a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ where
}
self.has_input = true;
let epoch = self.epoch;
let mut step = {
let step = {
let epoch_state = {
self.epoch_state_mut(epoch)?;
self.epochs.get_mut(&epoch).expect(