diff options
| author | Scott Lawrence <bytbox@gmail.com> | 2013-10-14 00:46:02 -0400 |
|---|---|---|
| committer | Scott Lawrence <bytbox@gmail.com> | 2013-10-14 00:48:34 -0400 |
| commit | 85f19a845de4c35ff25f7e75ad2e7976d3bdee70 (patch) | |
| tree | b61711930dfeab43b51593104f9101896eeacf26 /src/libstd | |
| parent | 009c3d8bae1c12d36c77649dde90523b708b8d10 (diff) | |
| download | rust-85f19a845de4c35ff25f7e75ad2e7976d3bdee70.tar.gz rust-85f19a845de4c35ff25f7e75ad2e7976d3bdee70.zip | |
std::libc: rustdoc indicates reexports now
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/libc.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libstd/libc.rs b/src/libstd/libc.rs index 5b56b15e601..f579e12054b 100644 --- a/src/libstd/libc.rs +++ b/src/libstd/libc.rs @@ -19,9 +19,8 @@ * C bindings as appropriate for the target platform. The exact * set of functions available are platform specific. * -* *Note* Rustdoc does not indicate reexports currently. Also, because these -* definitions are platform-specific, some may not -* appear in the generated documentation. +* *Note* Because these definitions are platform-specific, some may not appear in +* the generated documentation. * * We consider the following specs reasonably normative with respect * to interoperating with the C standard library (libc/msvcrt): |
