diff options
author | 2020-03-24 21:43:28 +0100 | |
---|---|---|
committer | 2020-03-24 21:43:28 +0100 | |
commit | 857d65c1ce276e7c03157f5d271a44cd6a047a1f (patch) | |
tree | 376827a9646139e4676249dd98a23783d1485f4f /native/src/lib.rs | |
parent | 735d9f049c1dc3872f2699c87817a3c5e3d3c034 (diff) | |
download | iced-857d65c1ce276e7c03157f5d271a44cd6a047a1f.tar.gz iced-857d65c1ce276e7c03157f5d271a44cd6a047a1f.tar.bz2 iced-857d65c1ce276e7c03157f5d271a44cd6a047a1f.zip |
Write documentation for `text_input::Cursor`
Diffstat (limited to '')
-rw-r--r-- | native/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs index 5c6ab3ee..d17dd918 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -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)] |