Skip to content

Commit d47df30

Browse files
committed
Deploying to gh-pages from @ 1bc6ae8 🚀
1 parent c26950f commit d47df30

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
@@ -314,7 +314,7 @@ <h3 id="frontiered-operators"><a class="header" href="#frontiered-operators">Fro
314314

315315
in1.binary_frontier(&amp;in2, Pipeline, Pipeline, "concat_buffer", |capability, info| {
316316

317-
let mut notificator = FrontierNotificator::new();
317+
let mut notificator = FrontierNotificator::default();
318318
let mut stash = HashMap::new();
319319

320320
move |input1, input2, output| {

print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ <h3 id="frontiered-operators"><a class="header" href="#frontiered-operators">Fro
955955

956956
in1.binary_frontier(&amp;in2, Pipeline, Pipeline, "concat_buffer", |capability, info| {
957957

958-
let mut notificator = FrontierNotificator::new();
958+
let mut notificator = FrontierNotificator::default();
959959
let mut stash = HashMap::new();
960960

961961
move |input1, input2, 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)