We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c17cad + 09d233b commit c7a095bCopy full SHA for c7a095b
README.md
@@ -28,14 +28,14 @@ libc = "0.2"
28
## Features
29
30
* `std`: by default `libc` links to the standard library. Disable this
31
- feature remove this dependency and be able to use `libc` in `#![no_std]`
+ feature to remove this dependency and be able to use `libc` in `#![no_std]`
32
crates.
33
34
* `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
35
This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
36
37
* `const-extern-fn`: Changes some `extern fn`s into `const extern fn`s.
38
- This features requires a nightly rustc
+ This feature requires a nightly rustc.
39
40
* **deprecated**: `use_std` is deprecated, and is equivalent to `std`.
41
0 commit comments