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:
parent
012e9643e4
commit
07f1d3d5d9
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user