File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
exercises/practice/accumulate/.docs Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,3 @@ It may help to look at the Fn\* traits:
88Help with passing a closure into a function may be found in
99the [ "closures as input parameters" section] ( https://doc.rust-lang.org/stable/rust-by-example/fn/closures/input_parameters.html ) of
1010[ Rust by Example] ( https://doc.rust-lang.org/stable/rust-by-example/ ) .
11-
12- The tests for this exercise will cause compile time errors,
13- if your function signature does not fit them, even when they're not run.
14- You may want to comment some tests out and generalize your solution piece by piece.
Original file line number Diff line number Diff line change 1+ # Instructions append
2+
3+ ## Workflow
4+
5+ The tests for this exercise will cause compile time errors if your function signature does not fit them, even when they're not run.
6+ You may want to comment some tests out and generalize your solution piece by piece.
You can’t perform that action at this time.
0 commit comments