Skip to content

Commit

Permalink
std::libc: rustdoc indicates reexports now
Browse files Browse the repository at this point in the history
  • Loading branch information
bytbox committed Oct 14, 2013
1 parent 009c3d8 commit 85f19a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/libstd/libc.rs
Expand Up @@ -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):
Expand Down

5 comments on commit 85f19a8

@bors
Copy link
Contributor

@bors bors commented on 85f19a8 Oct 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at bytbox@85f19a8

@bors
Copy link
Contributor

@bors bors commented on 85f19a8 Oct 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging bytbox/rust/master = 85f19a8 into auto

@bors
Copy link
Contributor

@bors bors commented on 85f19a8 Oct 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bytbox/rust/master = 85f19a8 merged ok, testing candidate = 5b10781

@bors
Copy link
Contributor

@bors bors commented on 85f19a8 Oct 14, 2013

@bors
Copy link
Contributor

@bors bors commented on 85f19a8 Oct 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 5b10781

Please sign in to comment.