Skip to content

Commit 748a4a8

Browse files
tarkahjoebonrichie
authored andcommitted
Fix cargo-c usage
1 parent 534dfa4 commit 748a4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stone/src/write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub use self::digest::{StoneDigestWriter, StoneDigestWriterHasher};
1616
pub mod digest;
1717
mod zstd;
1818

19-
pub struct StoneWriter<W, T = ()> {
19+
pub struct StoneWriter<W, T> {
2020
writer: W,
2121
content: T,
2222
file_type: StoneHeaderV1FileType,

0 commit comments

Comments
 (0)