Add missing doc

This commit is contained in:
Chris Hennick 2023-05-01 16:47:07 -07:00
parent 78139acfae
commit de0cbc039e
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -129,6 +129,7 @@ impl FileOptions {
}
#[cfg(fuzzing)]
/// Changes the compression method to the default if it would otherwise be no compression.
pub fn force_compression(mut self) {
if self.compression_method == CompressionMethod::Stored {
self.compression_method = CompressionMethod::Deflated;