Skip to content

Commit 0cb08a2

Browse files
committed
Deploying to gh-pages from @ adbaf2d 🚀
1 parent 7c1d29a commit 0cb08a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

chapter_2/chapter_2_4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h3 id="capabilities"><a class="header" href="#capabilities">Capabilities</a></h
231231

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

236236
let mut cap = Some(capability);
237237
move |output| {

print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ <h3 id="capabilities"><a class="header" href="#capabilities">Capabilities</a></h
869869

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

874874
let mut cap = Some(capability);
875875
move |output| {

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)