Skip to content

Commit

Permalink
accumulate: move important hint to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Dec 7, 2024
1 parent 45ad661 commit 6ab348b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions exercises/practice/accumulate/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ It may help to look at the Fn\* traits:
Help with passing a closure into a function may be found in
the ["closures as input parameters" section](https://doc.rust-lang.org/stable/rust-by-example/fn/closures/input_parameters.html) of
[Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/).

The tests for this exercise will cause compile time errors,
if your function signature does not fit them, even when they're not run.
You may want to comment some tests out and generalize your solution piece by piece.
6 changes: 6 additions & 0 deletions exercises/practice/accumulate/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Instructions append

## Workflow

The tests for this exercise will cause compile time errors if your function signature does not fit them, even when they're not run.
You may want to comment some tests out and generalize your solution piece by piece.

0 comments on commit 6ab348b

Please sign in to comment.