diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-02-10 19:39:25 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-02-10 19:39:25 -0500 |
| commit | 07f1d3d5d948c09d383748e1d5bd8a219bf5e78d (patch) | |
| tree | e84977913ba73a02dfd7a59e9155b006edf0bc4d | |
| parent | 012e9643e4d6f6fa449ca4f4e5e3fc9fb8e536db (diff) | |
| download | rust-07f1d3d5d948c09d383748e1d5bd8a219bf5e78d.tar.gz rust-07f1d3d5d948c09d383748e1d5bd8a219bf5e78d.zip | |
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.
| -rw-r--r-- | src/librbml/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |
