Skip to content

Commit 07f1d3d

Browse files
committed
Remove FIXME in librbml
Given that this is entirely internal, this enhancement isn't going to be needed. And if it is, we'll add it. Closes #2741.
1 parent 012e964 commit 07f1d3d

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)