summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glow/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/glow/src/lib.rs b/glow/src/lib.rs
index 418f7e3d..c531169b 100644
--- a/glow/src/lib.rs
+++ b/glow/src/lib.rs
@@ -4,14 +4,14 @@
//!
//! [`glow`]: https://github.com/grovesNL/glow
//! [`iced_native`]: https://github.com/hecrj/iced/tree/master/native
-//#![deny(missing_docs)]
+#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(rust_2018_idioms)]
#![cfg_attr(docsrs, feature(doc_cfg))]
mod backend;
-pub mod program;
+mod program;
mod quad;
mod text;
mod triangle;