Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix already-solved lifetime challenge in anagram #1847

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Conversation

senekor
Copy link
Contributor

@senekor senekor commented Jan 4, 2024

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.

This is basically a revert of 6e9e9cc.

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.
@senekor
Copy link
Contributor Author

senekor commented Jan 4, 2024

For reference, I was made aware of this on Discord.

@senekor senekor requested a review from ErikSchierboom January 4, 2024 21:17
@senekor senekor merged commit 3c51a29 into main Jan 5, 2024
11 checks passed
@senekor senekor deleted the anagram-fix branch January 5, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants