mirror of
https://github.com/encounter/nod-rs.git
synced 2025-12-13 15:16:21 +00:00
More fixes
This commit is contained in:
@@ -721,7 +721,7 @@ where W: Write
|
||||
fn flush(&mut self) -> io::Result<()> { self.inner.flush() }
|
||||
}
|
||||
|
||||
const ZERO_SECTOR: [u8; SECTOR_SIZE] = [0; SECTOR_SIZE];
|
||||
static ZERO_SECTOR: [u8; SECTOR_SIZE] = [0; SECTOR_SIZE];
|
||||
|
||||
impl<W> Seek for HashStream<W>
|
||||
where W: Write
|
||||
|
||||
Reference in New Issue
Block a user