commit | 07d3a0daccc4d9b3fa339d510b5b5e5eb190c2ee | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Fri Oct 30 10:21:32 2015 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Fri Oct 30 13:55:42 2015 -0700 |
tree | 5600ac25accde0ded2af85847cc9040ca28ea060 | |
parent | 171b05b53b9612a89544419c18156f345422202b [diff] [blame] |
Add more bindings for signals and select/pselect
diff --git a/src/lib.rs b/src/lib.rs index 797c539..6a5ae86 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -10,7 +10,7 @@ //! Crate docs -#![allow(bad_style, raw_pointer_derive, improper_ctypes)] +#![allow(bad_style, raw_pointer_derive, overflowing_literals, improper_ctypes)] #![cfg_attr(dox, feature(no_core, lang_items))] #![cfg_attr(dox, no_core)] #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",