Rollup merge of #46432 - tromey:doc-fix-46307, r=estebank
Fix documentation for DecodeUtf16Error Fixes #46307
This commit is contained in:
commit
fcf1e73647
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue