diff --git a/src/librbml/lib.rs b/src/librbml/lib.rs index 1c332509fb3..20af4dadfca 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 {