Remove StdioRaw doc additions, add backticks
This commit is contained in:
parent
e63b1a0e36
commit
1af952cc49
2 changed files with 1 additions and 10 deletions
|
@ -30,27 +30,18 @@ thread_local! {
|
|||
///
|
||||
/// This handle is not synchronized or buffered in any fashion. Constructed via
|
||||
/// the `std::io::stdio::stdin_raw` function.
|
||||
///
|
||||
/// The size of a StdinRaw struct may vary depending on the target operating
|
||||
/// system.
|
||||
struct StdinRaw(stdio::Stdin);
|
||||
|
||||
/// A handle to a raw instance of the standard output stream of this process.
|
||||
///
|
||||
/// This handle is not synchronized or buffered in any fashion. Constructed via
|
||||
/// the `std::io::stdio::stdout_raw` function.
|
||||
///
|
||||
/// The size of a StdoutRaw struct may vary depending on the target operating
|
||||
/// system.
|
||||
struct StdoutRaw(stdio::Stdout);
|
||||
|
||||
/// A handle to a raw instance of the standard output stream of this process.
|
||||
///
|
||||
/// This handle is not synchronized or buffered in any fashion. Constructed via
|
||||
/// the `std::io::stdio::stderr_raw` function.
|
||||
///
|
||||
/// The size of a StderrRaw struct may vary depending on the target operating
|
||||
/// system.
|
||||
struct StderrRaw(stdio::Stderr);
|
||||
|
||||
/// Constructs a new raw handle to the standard input of this process.
|
||||
|
|
|
@ -28,7 +28,7 @@ use slice;
|
|||
/// as possibly some version-dependent additional information. See [`SocketAddrV4`]'s and
|
||||
/// [`SocketAddrV6`]'s respective documentation for more details.
|
||||
///
|
||||
/// The size of a SocketAddr instance may vary depending on the target operating
|
||||
/// The size of a `SocketAddr` instance may vary depending on the target operating
|
||||
/// system.
|
||||
///
|
||||
/// [IP address]: ../../std/net/enum.IpAddr.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue