Files
rust/library
Guillaume Gomez 3bf51d00ab Rollup merge of #156026 - InsertCreativityHere:patch-1, r=jhpratt
`bufreader::Buffer`: Remove leftover note about `initialized` field

Just a boring little doc fix! : v)

https://github.com/rust-lang/rust/pull/150129 reworked the `initialized` field to be a `bool` instead of a `usize`.
And then https://github.com/rust-lang/rust/pull/155314 reworked this field's comment (among other things).
But, there's still a leftover note in the comment, which no longer makes sense:
``Note that while this often the same as `filled`, it doesn't need to be.``
This is referencing that back when `initialized` was a `usize`, it was common for it to have the same value as `filled`.

----

Fun fact: there's a typo in the note too! It's missing an "is" before or after "often".
2026-05-02 04:12:06 +02:00
..
2026-01-26 10:57:35 +00:00
2026-02-22 19:59:25 +01:00
2026-01-26 10:59:16 +00:00