File tree Expand file tree Collapse file tree 3 files changed +2
-239
lines changed
branches/snap-stage3/src/libstd/io Expand file tree Collapse file tree 3 files changed +2
-239
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 74090504219e4e37c1a6d9fdd8600f44b51c7b04
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: c5d2ed54a364776b1d3b7552bd474191df3619fb
4
+ refs/heads/snap-stage3: dad59bdcbcf5860e21dcbfe5769e8887e73486fb
5
5
refs/heads/try: 14378ea357c06c23607ca61ade44f60a7a64a1c7
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 21
21
`std::io` provides Rust's basic I/O types,
22
22
for reading and writing to files, TCP, UDP,
23
23
and other types of sockets and pipes,
24
- manipulating the file system, spawning processes and signal handling .
24
+ manipulating the file system, spawning processes.
25
25
26
26
# Examples
27
27
@@ -275,7 +275,6 @@ pub mod fs;
275
275
pub mod net;
276
276
pub mod pipe;
277
277
pub mod process;
278
- pub mod signal;
279
278
pub mod stdio;
280
279
pub mod test;
281
280
pub mod timer;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments