]> git.lizzy.rs Git - rust.git/commitdiff
Remove FIXME in librbml
authorSteve Klabnik <steve@steveklabnik.com>
Wed, 11 Feb 2015 00:39:25 +0000 (19:39 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Wed, 11 Feb 2015 00:39:25 +0000 (19:39 -0500)
Given that this is entirely internal, this enhancement isn't going to be needed. And if it is, we'll add it.

Closes #2741.

src/librbml/lib.rs

index e204a2a65958f450d6a415ddd582bb17ff700d34..91dd246e8b93131bd6b13c26fb91d23fcf701f71 100644 (file)
@@ -738,7 +738,6 @@ fn write_vuint<W: Writer>(w: &mut W, n: uint) -> EncodeResult {
         })
     }
 
-    // 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 {