about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/source-script.js
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-09-29 11:42:03 +0900
committerGitHub <noreply@github.com>2022-09-29 11:42:03 +0900
commit7cd4780c91139334b0a3a1f118b477506dd567dd (patch)
tree5d31b0c5a746ff4016e14e117afba2098d4cc8a6 /src/librustdoc/html/static/js/source-script.js
parentb30c88623cf1f8f3e67b189fb2c5df5a0d89aaed (diff)
parenta7f3ba9c135fff78728eb7790aae7907a7621922 (diff)
downloadrust-7cd4780c91139334b0a3a1f118b477506dd567dd.tar.gz
rust-7cd4780c91139334b0a3a1f118b477506dd567dd.zip
Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett
Make `std::os::fd` public.

`std::os::fd` defines types like `OwnedFd` and `RawFd` and is common
between Unix and non-Unix platforms that share a basic file-descriptor
concept. Rust currently uses this internally to simplify its own code,
but it would be useful for external users in the same way, so make it
public.

This means that `OwnedFd` etc. will all appear in three places, for
example on unix platforms:
 - `std::os::fd::OwnedFd`
 - `std::os::unix::io::OwnedFd`
 - `std::os::unix::prelude::OwnedFd`

r? `````@joshtriplett`````
Diffstat (limited to 'src/librustdoc/html/static/js/source-script.js')
0 files changed, 0 insertions, 0 deletions