We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f662f9b commit 2617d62Copy full SHA for 2617d62
fr32/src/padding.rs
@@ -570,7 +570,7 @@ pub fn write_unpadded<W>(
570
len: usize,
571
) -> io::Result<usize>
572
where
573
- W: Write + Sized,
+ W: Write + ?Sized,
574
{
575
// Check that there's actually `len` raw data bytes encoded inside
576
// `source` starting at `offset`.
@@ -638,7 +638,7 @@ fn write_unpadded_aux<W>(
638
max_write_size: usize,
639
640
641
642
643
// Position of the reader in the padded bit stream layout, deduced from
644
// the position of the writer (`write_pos`) in the raw data layout.
0 commit comments