Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix already-solved lifetime challenge in anagram (#1847)
This is basically a revert of #1755. The original "fix" was a reaction to this forum post: https://forum.exercism.org/t/the-function-signature-for-anagrams-in-rust-is-missing-a-lifetime/7677 It seems the exercise instructions, which explicitly mention that this missing lifetime annotation is intentional, went unnoticed.
- Loading branch information