Add missing doc
This commit is contained in:
parent
78139acfae
commit
de0cbc039e
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ impl FileOptions {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(fuzzing)]
|
#[cfg(fuzzing)]
|
||||||
|
/// Changes the compression method to the default if it would otherwise be no compression.
|
||||||
pub fn force_compression(mut self) {
|
pub fn force_compression(mut self) {
|
||||||
if self.compression_method == CompressionMethod::Stored {
|
if self.compression_method == CompressionMethod::Stored {
|
||||||
self.compression_method = CompressionMethod::Deflated;
|
self.compression_method = CompressionMethod::Deflated;
|
||||||
|
|
Loading…
Add table
Reference in a new issue