You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was introduced in 7877d63 back
when the exercises was ported to xrust, but there's no clear reason why
we would want the RNA to be convertible to a string.
* It's not relevant to the problem statement.
* There's no clear use case for why this is something that should be
required.
* Other languages don't do this.
* Other exercises in xrust don't do this.
Given these reasons, it makes more sense to remove it.
Closes#76
0 commit comments