Skip to content

Commit

Permalink
remove stray mut
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmcsherry committed Jul 9, 2019
1 parent e30e822 commit c04ce50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operators/arrange/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ where

let stream = {

let mut shutdown_button_ref = &mut shutdown_button;
let shutdown_button_ref = &mut shutdown_button;
source(scope, name, move |capability, info| {

let capabilities = Rc::new(RefCell::new(Some(CapabilitySet::new())));
Expand Down

0 comments on commit c04ce50

Please sign in to comment.