mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Move attributes for the bindings module to its mod.rs.
This commit is contained in:
parent
86d59212fe
commit
8f2d624cbf
2 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue