Dhanji R. Prasanna
82c0165765
Fix unused variable warning and UTF-8 panic in string slicing
...
- Remove unused total_lines variable in file_ops.rs
- Fix UTF-8 boundary panic in utils.rs when generating diff error preview
The code was slicing at byte index 200 which could land inside a
multi-byte character (e.g., box-drawing chars like ─). Now uses
character-based slicing with chars().take() instead.
2026-01-13 14:52:52 +05:30
..
2025-11-27 21:00:02 +11:00
2026-01-13 14:25:17 +05:30
2026-01-13 05:49:45 +05:30
2025-12-25 18:23:10 +11:00
2026-01-12 05:13:02 +05:30
2026-01-12 05:13:02 +05:30
2025-11-27 21:00:02 +11:00
2026-01-12 18:20:08 +05:30
2026-01-12 18:20:08 +05:30
2026-01-13 11:44:06 +05:30
2026-01-12 18:20:08 +05:30
2026-01-12 18:20:08 +05:30
2026-01-13 10:58:41 +05:30
2026-01-03 15:47:04 +11:00
2026-01-07 10:20:28 +11:00
2025-12-22 16:27:35 +11:00
2026-01-11 06:49:45 +08:00
2026-01-12 18:20:08 +05:30
2026-01-13 10:58:41 +05:30
2026-01-13 11:44:06 +05:30
2025-10-24 16:11:24 +11:00
2025-11-27 21:00:02 +11:00
2025-10-10 09:35:03 +11:00
2026-01-09 14:57:24 +11:00
2025-11-27 21:00:02 +11:00
2026-01-12 05:13:02 +05:30
2026-01-12 05:13:02 +05:30
2026-01-13 10:58:55 +05:30
2026-01-13 14:52:52 +05:30
2025-12-24 14:32:39 +11:00