Fix formatting

This commit is contained in:
Chris Hennick 2023-05-01 10:37:43 -07:00
parent c969cd644a
commit 6ad6f06340
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -36,7 +36,10 @@ pub enum CompressionMethod {
#[cfg(feature = "zstd")]
Zstd,
/// Unsupported compression method
#[cfg_attr(not(fuzzing), deprecated(since = "0.5.7", note = "use the constants instead"))]
#[cfg_attr(
not(fuzzing),
deprecated(since = "0.5.7", note = "use the constants instead")
)]
Unsupported(u16),
}
#[allow(deprecated, missing_docs)]