about summary refs log tree commit diff
path: root/src/libstd/sys_common
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2017-05-19 14:16:12 -0600
committerGitHub <noreply@github.com>2017-05-19 14:16:12 -0600
commitd7a5390a67b114b4417558d71df798c9602f92a7 (patch)
treea1bbfe38a433bb8dd11167b760a10e1379c54102 /src/libstd/sys_common
parentb21577e1e80ed7a2470cd3402004b80d1bf0f30d (diff)
parenta89292514b6d4c4e9be7d6d527ad72e08e27173c (diff)
downloadrust-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.rs1
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> {