Skip to content

Commit 5b10781

Browse files
committed
auto merge of #9844 : bytbox/rust/master, r=alexcrichton
2 parents 6aa556d + 85f19a8 commit 5b10781

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/libstd/libc.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
* C bindings as appropriate for the target platform. The exact
2020
* set of functions available are platform specific.
2121
*
22-
* *Note* Rustdoc does not indicate reexports currently. Also, because these
23-
* definitions are platform-specific, some may not
24-
* appear in the generated documentation.
22+
* *Note* Because these definitions are platform-specific, some may not appear in
23+
* the generated documentation.
2524
*
2625
* We consider the following specs reasonably normative with respect
2726
* to interoperating with the C standard library (libc/msvcrt):

0 commit comments

Comments
 (0)