mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
Fix documentation
This commit is contained in:
+1
-2
@@ -414,8 +414,7 @@ fn read_os_string_from_c_string(&mut self, scalar: Scalar<Tag>) -> InterpResult<
|
||||
/// Helper function to write an OsStr as a null-terminated sequence of bytes, which is what
|
||||
/// the Unix APIs usually handle. This function returns `Ok(false)` without trying to write if
|
||||
/// `size` is not large enough to fit the contents of `os_string` plus a null terminator. It
|
||||
/// returns `Ok(true)` if the writing process was successful. Otherwise it returns an
|
||||
/// `InterpError`.
|
||||
/// returns `Ok(true)` if the writing process was successful.
|
||||
fn write_os_str_to_c_string(
|
||||
&mut self,
|
||||
os_str: &OsStr,
|
||||
|
||||
Reference in New Issue
Block a user