rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
895 stars 161 forks source link

The documentation for Compression refers to it as "enum" #350

Closed Ciel-MC closed 1 year ago

Ciel-MC commented 1 year ago

https://github.com/rust-lang/flate2-rs/blob/fe15e4da08b3433f427cd1d41c6a5ed80a621651/src/lib.rs#LL157C15-L157C15

It is, in fact, not an enum.