diff options
| author | Alexander Regueiro <alexreg@me.com> | 2019-02-09 21:23:30 +0000 |
|---|---|---|
| committer | Alexander Regueiro <alexreg@me.com> | 2019-02-10 23:42:32 +0000 |
| commit | b87363e7632b3f20f9b529696ffb5d5d9c3927cd (patch) | |
| tree | 49fee4866ed6c2d5b61562e67afe09625de217d8 /src/libstd/ffi | |
| parent | c3e182cf43aea2c010a1915eb37293a458df2228 (diff) | |
| download | rust-b87363e7632b3f20f9b529696ffb5d5d9c3927cd.tar.gz rust-b87363e7632b3f20f9b529696ffb5d5d9c3927cd.zip | |
tests: doc comments
Diffstat (limited to 'src/libstd/ffi')
| -rw-r--r-- | src/libstd/ffi/os_str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/ffi/os_str.rs b/src/libstd/ffi/os_str.rs index f8176892513..c05c19ae566 100644 --- a/src/libstd/ffi/os_str.rs +++ b/src/libstd/ffi/os_str.rs @@ -24,7 +24,7 @@ use sys_common::{AsInner, IntoInner, FromInner}; /// /// `OsString` and [`OsStr`] bridge this gap by simultaneously representing Rust /// and platform-native string values, and in particular allowing a Rust string -/// to be converted into an "OS" string with no cost if possible. A consequence +/// to be converted into an "OS" string with no cost if possible. A consequence /// of this is that `OsString` instances are *not* `NUL` terminated; in order /// to pass to e.g., Unix system call, you should create a [`CStr`]. /// |
