Fix formatting
This commit is contained in:
parent
c969cd644a
commit
6ad6f06340
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@ pub enum CompressionMethod {
|
||||||
#[cfg(feature = "zstd")]
|
#[cfg(feature = "zstd")]
|
||||||
Zstd,
|
Zstd,
|
||||||
/// Unsupported compression method
|
/// 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),
|
Unsupported(u16),
|
||||||
}
|
}
|
||||||
#[allow(deprecated, missing_docs)]
|
#[allow(deprecated, missing_docs)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue