Skip to content

Commit af6d6ae

Browse files
committed
Rollup merge of rust-lang#22161 - steveklabnik:close_2741, r=alexcrichton
Given that this is entirely internal, this enhancement isn't going to be needed. And if it is, we'll add it. Closes rust-lang#2741.
2 parents 49c8fd6 + 07f1d3d commit af6d6ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librbml/lib.rs

-1
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)