Write documentation for text_input::Cursor

This commit is contained in:
Héctor Ramón Jiménez 2020-03-24 21:43:28 +01:00
parent 735d9f049c
commit 857d65c1ce
2 changed files with 129 additions and 109 deletions

View file

@ -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)]