From 423981aede8670a51d2c3aa657ae528152c0f64e Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Thu, 26 Sep 2024 19:39:21 +0100 Subject: [PATCH] Better wording in compression level docs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index c0b96115..c827413f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -197,8 +197,8 @@ impl Compression { /// /// The [`miniz_oxide`](https://crates.io/crates/miniz_oxide) backend for flate2 /// does not support level 0 or `Compression::none()`. Instead it interprets them - /// as the default compression level. Using `Compression::fast()` is recommended instead - /// when using the `miniz_oxide` backend. + /// as the default compression level, which is quite slow. + /// `Compression::fast()` should be used instead. /// /// `miniz_oxide` also supports a non-compliant compression level 10. /// It is even slower and may result in higher compression, but