mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
85c11f656b
`BorrowedBuf`: Update outdated safety comments in `set_init` users. These comments appear to have been written before `BorrowedBuf`'s init tracking was simplified in https://github.com/rust-lang/rust/pull/150129. The `BufWriter` comment of the usage within `BufWriter` will be handled separately. CC rust-lang/rust#78485, rust-lang/rust#117693.