diff --git a/src/librbml/lib.rs b/src/librbml/lib.rs index e204a2a65958f..91dd246e8b931 100644 --- a/src/librbml/lib.rs +++ b/src/librbml/lib.rs @@ -738,7 +738,6 @@ pub mod writer { }) } - // FIXME (#2741): Provide a function to write the standard rbml header. impl<'a, W: Writer + Seek> Encoder<'a, W> { pub fn new(w: &'a mut W) -> Encoder<'a, W> { Encoder {