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.
This commit is contained in:
Steve Klabnik 2015-02-10 19:39:25 -05:00
parent 012e9643e4
commit 07f1d3d5d9

View File

@ -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 {