Skip to content

Commit 6c32138

Browse files
authored
accumulate: move important hint to instructions (#1999)
1 parent 45ad661 commit 6c32138

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

exercises/practice/accumulate/.docs/hints.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ It may help to look at the Fn\* traits:
88
Help with passing a closure into a function may be found in
99
the ["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.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

0 commit comments

Comments
 (0)