Move attributes for the bindings module to its mod.rs.

This commit is contained in:
Ms2ger 2016-06-08 12:21:16 +02:00
parent 86d59212fe
commit 8f2d624cbf
2 changed files with 5 additions and 3 deletions

View file

@ -129,6 +129,10 @@
//! return `Err()` from the method with the appropriate [error value]
//! (error/enum.Error.html).
#![allow(unsafe_code)]
#![deny(missing_docs)]
#![deny(non_snake_case)]
pub mod callback;
pub mod cell;
pub mod constant;