Show current exercise on hint command

This commit is contained in:
mo8it
2026-04-06 23:29:59 +02:00
parent 95499f18dd
commit f403d9e1b6
2 changed files with 13 additions and 1 deletions
+4
View File
@@ -2,6 +2,10 @@
## Unreleased
### Added
- Show the file link of the current exercise when running `rustlings hint`
### Fixed
- Fix integer overflow on big terminal widths [@gabfec](https://github.com/gabfec)