Fix tutorial breakage.

This commit is contained in:
Graydon Hoare 2012-10-09 15:33:24 -07:00
parent 15d8457104
commit 28cf16a304

View file

@ -44,12 +44,7 @@ macro_rules! early_return(
}
);
);
~~~~
Now, we can replace each `match` with an invocation of the `early_return`
macro:
~~~~
// ...
early_return!(input_1 special_a);
// ...
early_return!(input_2 special_b);