Skip to content

Commit b721c47

Browse files
committed
---
yaml --- r: 135287 b: refs/heads/snap-stage3 c: dad59bd h: refs/heads/master i: 135285: 2e9c0e1 135283: 578f48c 135279: ff06fff v: v3
1 parent bbf0ad1 commit b721c47

File tree

3 files changed

+2
-239
lines changed

3 files changed

+2
-239
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 74090504219e4e37c1a6d9fdd8600f44b51c7b04
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: c5d2ed54a364776b1d3b7552bd474191df3619fb
4+
refs/heads/snap-stage3: dad59bdcbcf5860e21dcbfe5769e8887e73486fb
55
refs/heads/try: 14378ea357c06c23607ca61ade44f60a7a64a1c7
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libstd/io/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
`std::io` provides Rust's basic I/O types,
2222
for reading and writing to files, TCP, UDP,
2323
and other types of sockets and pipes,
24-
manipulating the file system, spawning processes and signal handling.
24+
manipulating the file system, spawning processes.
2525
2626
# Examples
2727
@@ -275,7 +275,6 @@ pub mod fs;
275275
pub mod net;
276276
pub mod pipe;
277277
pub mod process;
278-
pub mod signal;
279278
pub mod stdio;
280279
pub mod test;
281280
pub mod timer;

branches/snap-stage3/src/libstd/io/signal.rs

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
 (0)