Skip to content

Commit 1b4747e

Browse files
committed
Update documentation to point to Rust issue
1 parent 3fa021d commit 1b4747e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ libc = "0.2"
3535
* `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
3636
This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
3737

38-
* `unstable`: enable currently unstable bindings. Right now, this just allows
39-
bindings to `#[thread_local]` statics on certain platforms. Requires nightly.
38+
* `unstable`: This feature enables `libc` bindings that are only possible with
39+
unstable Rust features. Right now, this just for
40+
[`extern` `#[thread_local]` statics](https://github.com/rust-lang/rust/issues/29594)
41+
on certain platforms. Requires nightly.
4042

4143
* **deprecated**: `use_std` is deprecated, and is equivalent to `std`.
4244

0 commit comments

Comments
 (0)