Skip to content

Commit

Permalink
delete when-we-have-NLL-related comment
Browse files Browse the repository at this point in the history
Should have caught this previously.
  • Loading branch information
froydnj committed May 22, 2020
1 parent a96b834 commit e54bbaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ impl DistClientContainer {
}
}};
}
// TODO: NLL would avoid this clone
match config.scheduler_url {
Some(ref addr) => {
let url = addr.to_url();
Expand Down

0 comments on commit e54bbaa

Please sign in to comment.