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
rust-analyzer v0.4.0
This release introduces:
- The migration of the analysis process to the lints workflow
- Additional `reverse-string` check for the existence of the `reverse` function
rust-analyzer v0.3.0
This version adds a support for the updated Interface
by replacing `approve_as_optimal`, `approve_with_comment`
and `disapprove_with_comment` statuses with the `approve` and
the `disapprove` statuses.
rust-analyzer v0.2.0
First successful version that was integrated into the Excercism
automated mentoring platform.
Supports the AST comparison `reverse-string` exercise analysis with the
following statuses:
- `approve_as_optimal`
- `approve_with_comment`
- `refer_to_mentor`