File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -30,27 +30,18 @@ thread_local! {
30
30
///
31
31
/// This handle is not synchronized or buffered in any fashion. Constructed via
32
32
/// the `std::io::stdio::stdin_raw` function.
33
- ///
34
- /// The size of a StdinRaw struct may vary depending on the target operating
35
- /// system.
36
33
struct StdinRaw ( stdio:: Stdin ) ;
37
34
38
35
/// A handle to a raw instance of the standard output stream of this process.
39
36
///
40
37
/// This handle is not synchronized or buffered in any fashion. Constructed via
41
38
/// the `std::io::stdio::stdout_raw` function.
42
- ///
43
- /// The size of a StdoutRaw struct may vary depending on the target operating
44
- /// system.
45
39
struct StdoutRaw ( stdio:: Stdout ) ;
46
40
47
41
/// A handle to a raw instance of the standard output stream of this process.
48
42
///
49
43
/// This handle is not synchronized or buffered in any fashion. Constructed via
50
44
/// the `std::io::stdio::stderr_raw` function.
51
- ///
52
- /// The size of a StderrRaw struct may vary depending on the target operating
53
- /// system.
54
45
struct StderrRaw ( stdio:: Stderr ) ;
55
46
56
47
/// Constructs a new raw handle to the standard input of this process.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ use slice;
28
28
/// as possibly some version-dependent additional information. See [`SocketAddrV4`]'s and
29
29
/// [`SocketAddrV6`]'s respective documentation for more details.
30
30
///
31
- /// The size of a SocketAddr instance may vary depending on the target operating
31
+ /// The size of a ` SocketAddr` instance may vary depending on the target operating
32
32
/// system.
33
33
///
34
34
/// [IP address]: ../../std/net/enum.IpAddr.html
You can’t perform that action at this time.
0 commit comments