summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-19 09:30:54 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-19 09:30:54 +0100
commitbd74c4e577de01b48064c7a01541ca2ad6d9ae16 (patch)
tree2aab4a362c6f2052c0ddefff1b6f9f691d7451a5 /native/src/lib.rs
parenta820b8ce7b192a496a1679a43d6fe4603dfc954b (diff)
downloadiced-bd74c4e577de01b48064c7a01541ca2ad6d9ae16.tar.gz
iced-bd74c4e577de01b48064c7a01541ca2ad6d9ae16.tar.bz2
iced-bd74c4e577de01b48064c7a01541ca2ad6d9ae16.zip
Write documentation for `pane_grid`
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index 4551a982..d17dd918 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -21,8 +21,8 @@
//! # Usage
//! The strategy to use this crate depends on your particular use case. If you
//! want to:
-//! - Implement a custom shell or integrate it in your own system, you should
-//! check out the [`UserInterface`] type.
+//! - Implement a custom shell or integrate it in your own system, check out the
+//! [`UserInterface`] type.
//! - Build a new renderer, see the [renderer] module.
//! - Build a custom widget, start at the [`Widget`] trait.
//!
@@ -34,7 +34,7 @@
//! [`window::Renderer`]: window/trait.Renderer.html
//! [`UserInterface`]: struct.UserInterface.html
//! [renderer]: renderer/index.html
-//#![deny(missing_docs)]
+#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(unsafe_code)]