From 07f1d3d5d948c09d383748e1d5bd8a219bf5e78d Mon Sep 17 00:00:00 2001
From: Steve Klabnik <steve@steveklabnik.com>
Date: Tue, 10 Feb 2015 19:39:25 -0500
Subject: [PATCH] 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.
---
 src/librbml/lib.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/librbml/lib.rs b/src/librbml/lib.rs
index e204a2a6595..91dd246e8b9 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 {