Skip to content

Commit 1a28821

Browse files
authored
Merge pull request #431 from Shnatsel/better-wording
Better wording in compression level docs
2 parents 2c29780 + 423981a commit 1a28821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ impl Compression {
197197
///
198198
/// The [`miniz_oxide`](https://crates.io/crates/miniz_oxide) backend for flate2
199199
/// does not support level 0 or `Compression::none()`. Instead it interprets them
200-
/// as the default compression level. Using `Compression::fast()` is recommended instead
201-
/// when using the `miniz_oxide` backend.
200+
/// as the default compression level, which is quite slow.
201+
/// `Compression::fast()` should be used instead.
202202
///
203203
/// `miniz_oxide` also supports a non-compliant compression level 10.
204204
/// It is even slower and may result in higher compression, but

0 commit comments

Comments
 (0)