Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Hoffmann <[email protected]>
  • Loading branch information
antiguru committed Sep 6, 2024
1 parent c11e2e3 commit 5b47784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdbook/src/chapter_2/chapter_2_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn main() {

// Acquire a re-activator for this operator.
use timely::scheduling::Scheduler;
let activator = scope.activator_for(&info.address[..]);
let activator = scope.activator_for(info.address);

let mut cap = Some(capability);
move |output| {
Expand Down

0 comments on commit 5b47784

Please sign in to comment.