diff options
| author | bors <bors@rust-lang.org> | 2013-10-13 23:41:30 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-10-13 23:41:30 -0700 |
| commit | 5b10781c7b95a182da7c85af80a706f4ca7a4b65 (patch) | |
| tree | e382a9bd9f3757a80612f16d9cfc766f68f9bb3f /src/libstd | |
| parent | 6aa556db3b4dbabb36cb0782f0c455cb12bd81ff (diff) | |
| parent | 85f19a845de4c35ff25f7e75ad2e7976d3bdee70 (diff) | |
| download | rust-5b10781c7b95a182da7c85af80a706f4ca7a4b65.tar.gz rust-5b10781c7b95a182da7c85af80a706f4ca7a4b65.zip | |
auto merge of #9844 : bytbox/rust/master, r=alexcrichton
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): |
