flate2-rs
flate2-rs copied to clipboard
Wrong word in docs for `flate2::bufread::GzDecoder`
trafficstars
Under the Implementations section, the docs for GzDecoder::get_mut() say
Note that mutation of the stream may result in surprising results if this encoder is continued to be used.
Should say decoder instead of encoder