Skip to content

Commit 92e7aeb

Browse files
committed
rollup merge of #22161: steveklabnik/close_2741
Given that this is entirely internal, this enhancement isn't going to be needed. And if it is, we'll add it. Closes #2741.
2 parents fcf679c + 07f1d3d commit 92e7aeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librbml/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,6 @@ pub mod writer {
738738
})
739739
}
740740

741-
// FIXME (#2741): Provide a function to write the standard rbml header.
742741
impl<'a, W: Writer + Seek> Encoder<'a, W> {
743742
pub fn new(w: &'a mut W) -> Encoder<'a, W> {
744743
Encoder {

0 commit comments

Comments
 (0)