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.
This commit is contained in:
Alex Crichton 2015-02-11 14:02:09 -08:00
commit 92e7aebf4b

View File

@ -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 {