Files
rust/library
Jonathan Brouwer 8f8af0b5ba Rollup merge of #152823 - Zeromemer:fix-stale-comments, r=jhpratt
fix stale comments left over from ed3711e

Remove stale overflow comments in core::str.

Commit ed3711ea introduced stale comments in library/core/src/str/iter.rs.

Prior to that commit, the comments explained why `(len + 3)` and `(len + 2)` couldn't overflow.
Since the code now uses `div_ceil`, these specific overflow justifications are no longer relevant to the current implementation.
2026-02-19 10:56:40 +01:00
..
2026-01-26 10:57:35 +00:00
2025-07-01 10:55:49 -07:00
2026-02-13 09:25:50 +08:00
2026-01-26 10:59:16 +00:00