Skip to content

Commit 1faabae

Browse files
committed
fmt: clean up warnings
1 parent 61a846b commit 1faabae

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chd-rs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ fast_zlib = ["std"] # this does nothing now, since zlib-rs is already enabled.
3737
c_zlib = ["std", "flate2/zlib-ng"]
3838

3939
huff_write = []
40+
nonstandard_channel_count = []
4041

4142
[dependencies]
4243
byteorder = "1"

chd-rs/src/compression/zstd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use crate::compression::{
33
};
44
use crate::header::CodecType;
55
use crate::Error;
6-
use std::io::Read;
76

87
/// Zstandard (zstd) decompression codec.
98
///

0 commit comments

Comments
 (0)