summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index 6974c2bd..99d80126 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -31,11 +31,12 @@
//! [`UserInterface`]: struct.UserInterface.html
//! [renderer]: renderer/index.html
//#![deny(missing_docs)]
-#![deny(missing_debug_implementations)]
+//#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(unsafe_code)]
#![forbid(rust_2018_idioms)]
pub mod keyboard;
+pub mod layer;
pub mod layout;
pub mod mouse;
pub mod program;
@@ -48,7 +49,6 @@ mod clipboard;
mod element;
mod event;
mod hasher;
-mod layer;
mod overlay;
mod runtime;
mod user_interface;