mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-17 01:51:39 +09:00
- Used `str::repeat` instead of manually building the result string - Rewritten the int type check to return error at the beginning of the method - Replaced the `unwrap` calls with the single `unwrap_or`