diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-05-19 14:16:12 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-19 14:16:12 -0600 |
| commit | d7a5390a67b114b4417558d71df798c9602f92a7 (patch) | |
| tree | a1bbfe38a433bb8dd11167b760a10e1379c54102 /src/libstd/sys_common | |
| parent | b21577e1e80ed7a2470cd3402004b80d1bf0f30d (diff) | |
| parent | a89292514b6d4c4e9be7d6d527ad72e08e27173c (diff) | |
| download | rust-d7a5390a67b114b4417558d71df798c9602f92a7.tar.gz rust-d7a5390a67b114b4417558d71df798c9602f92a7.zip | |
Rollup merge of #41870 - excaliburHisSheath:iss29367-windows-docs, r=frewsxcv
Improve docs in os::windows::ffi and os::windows::fs Part of #29367 This PR makes changes to the documentation in `os::windows::ffi` and `os::windows::fs` with the goal of fleshing them out and bringing them in line with Rust's quality standards. r? @steveklabnik
Diffstat (limited to 'src/libstd/sys_common')
| -rw-r--r-- | src/libstd/sys_common/wtf8.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/sys_common/wtf8.rs b/src/libstd/sys_common/wtf8.rs index 79aaf34ce2e..df5e4ef1d88 100644 --- a/src/libstd/sys_common/wtf8.rs +++ b/src/libstd/sys_common/wtf8.rs @@ -750,6 +750,7 @@ impl<'a> Iterator for Wtf8CodePoints<'a> { } } +/// Generates a wide character sequence for potentially ill-formed UTF-16. #[stable(feature = "rust1", since = "1.0.0")] #[derive(Clone)] pub struct EncodeWide<'a> { |
