Rollup merge of #46432 - tromey:doc-fix-46307, r=estebank

Fix documentation for DecodeUtf16Error

Fixes #46307
This commit is contained in:
Corey Farwell 2017-12-03 17:43:45 -05:00 committed by GitHub
commit fcf1e73647

View file

@ -1461,7 +1461,7 @@ pub struct DecodeUtf16<I>
buf: Option<u16>,
}
/// An iterator that decodes UTF-16 encoded code points from an iterator of `u16`s.
/// An error that can be returned when decoding UTF-16 code points.
#[stable(feature = "decode_utf16", since = "1.9.0")]
#[derive(Debug, Clone, Eq, PartialEq)]
pub struct DecodeUtf16Error {