Closed
Description
This might be because I'm new to Rust, but I don't see the value of this test in the RNA transcription exercise. It doesn't seem germane to the problem, and the commit that introduced it doesn't really explain why it's there.
Its presence seems to require the solver to implement AsRef
for their Struct (as shown in the example solution) just so that the test can be passed. Implementing AsRef doesn't add any other value, as far as I can see. All the other tests are passable without implementing AsRef.
But, again, new to Rust here so I'm probably missing something. My solution, which passes all tests but the as_ref
one is here: https://gist.github.com/IanWhitney/b2ac83ae8195f5fc1a75
Metadata
Metadata
Assignees
Labels
No labels