diff options
| author | David LeGare <excaliburhissheath@gmail.com> | 2017-05-05 20:35:07 -0500 |
|---|---|---|
| committer | David LeGare <excaliburhissheath@gmail.com> | 2017-05-05 20:35:07 -0500 |
| commit | db16ca7c839c6dcc5a3103b5e0b37239dd21e450 (patch) | |
| tree | efb759f3068b890fa02c6da85907af94da14859b /src/libstd/sys_common | |
| parent | 49c67bd632e961a57863805e5d0a400f97da9b93 (diff) | |
| download | rust-db16ca7c839c6dcc5a3103b5e0b37239dd21e450.tar.gz rust-db16ca7c839c6dcc5a3103b5e0b37239dd21e450.zip | |
Update documention in windows::ffi
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> { |
