Skip to content

Commit b255d5a

Browse files
Update src/raw/document_buf.rs
Co-authored-by: Isabel Atkinson <[email protected]>
1 parent 8cf30d6 commit b255d5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/raw/document_buf.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ impl RawDocumentBuf {
222222
) -> crate::error::Result<()> {
223223
value.bind(|value_ref| {
224224
raw_writer::RawWriter::new(&mut self.data).append(key.as_ref(), value_ref)
225-
//.expect("key should not contain interior null byte")
226225
})
227226
}
228227
}

0 commit comments

Comments
 (0)