Skip to content

Commit 677ab20

Browse files
committed
---
yaml --- r: 213939 b: refs/heads/tmp c: 8c0aa6d64ebab528f7eb182812007155d6044972 h: refs/heads/master i: 213937: 60673de 213935: ae1791a v: v3
1 parent 991cd92 commit 677ab20

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3232
refs/heads/beta: e99b1404e9b3f60dc496a8eb0a6ce9fecc7ac583
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
35-
refs/heads/tmp: 6eed1662af4b72a829b65d7227bdcbdff1220be9
35+
refs/heads/tmp: 8c0aa6d64ebab528f7eb182812007155d6044972
3636
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3737
refs/tags/homu-tmp: d8a9570154dfbc4032cb3a6ba8b51c6256518dcd
3838
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

branches/tmp/src/libstd/sys/unix/ext/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub mod raw;
4141
#[stable(feature = "rust1", since = "1.0.0")]
4242
pub mod prelude {
4343
#[doc(no_inline)]
44-
pub use super::io::{RawFd, AsRawFd};
44+
pub use super::io::{RawFd, AsRawFd, FromRawFd};
4545
#[doc(no_inline)] #[stable(feature = "rust1", since = "1.0.0")]
4646
pub use super::ffi::{OsStrExt, OsStringExt};
4747
#[doc(no_inline)]

branches/tmp/src/libstd/sys/windows/ext/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ pub mod process;
2929
pub mod prelude {
3030
#[doc(no_inline)]
3131
pub use super::io::{RawSocket, RawHandle, AsRawSocket, AsRawHandle};
32+
#[doc(no_inline)]
33+
pub use super::io::{FromRawSocket, FromRawHandle};
3234
#[doc(no_inline)] #[stable(feature = "rust1", since = "1.0.0")]
3335
pub use super::ffi::{OsStrExt, OsStringExt};
3436
#[doc(no_inline)]

0 commit comments

Comments
 (0)