Skip to content
Snippets Groups Projects
Commit 1b4747e7 authored by Joe Richey's avatar Joe Richey
Browse files

Update documentation to point to Rust issue

parent 3fa021d7
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,10 @@ libc = "0.2" ...@@ -35,8 +35,10 @@ libc = "0.2"
* `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`. * `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`. This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
* `unstable`: enable currently unstable bindings. Right now, this just allows * `unstable`: This feature enables `libc` bindings that are only possible with
bindings to `#[thread_local]` statics on certain platforms. Requires nightly. unstable Rust features. Right now, this just for
[`extern` `#[thread_local]` statics](https://github.com/rust-lang/rust/issues/29594)
on certain platforms. Requires nightly.
* **deprecated**: `use_std` is deprecated, and is equivalent to `std`. * **deprecated**: `use_std` is deprecated, and is equivalent to `std`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment