Skip to content
Snippets Groups Projects
Unverified Commit c7a095b8 authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1908 from dapper-gh/typo

parents 9c17cad7 09d233b4
No related merge requests found
......@@ -28,14 +28,14 @@ libc = "0.2"
## Features
* `std`: by default `libc` links to the standard library. Disable this
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]`
crates.
* `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
* `const-extern-fn`: Changes some `extern fn`s into `const extern fn`s.
This features requires a nightly rustc
This feature requires a nightly rustc.
* **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