about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-11 14:02:09 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-11 14:02:09 -0800
commit92e7aebf4b97cb5033320cf36ad4ff8037dc2f75 (patch)
tree9ba7c5652e0f535ccb682d73aafff098fe538530 /src
parentfcf679cb888b89536123c11a6f8db66fad759973 (diff)
parent07f1d3d5d948c09d383748e1d5bd8a219bf5e78d (diff)
downloadrust-92e7aebf4b97cb5033320cf36ad4ff8037dc2f75.tar.gz
rust-92e7aebf4b97cb5033320cf36ad4ff8037dc2f75.zip
rollup merge of #22161: steveklabnik/close_2741
Given that this is entirely internal, this enhancement isn't going to be needed. And if it is, we'll add it.

Closes #2741.
Diffstat (limited to 'src')
-rw-r--r--src/librbml/lib.rs1
1 files changed, 0 insertions, 1 deletions
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 {