From 70a3f6ff499cc85754c79b45910fb5422bbacc91 Mon Sep 17 00:00:00 2001 From: Timon Date: Sat, 26 Jun 2021 18:14:44 +0200 Subject: [PATCH] Remove Space --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 30c2f1e..1921f74 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -49,7 +49,7 @@ //! [`MoveTo`](cursor/struct.MoveTo.html), [`MoveToColumn`](cursor/struct.MoveToColumn.html),[`MoveToRow`](cursor/struct.MoveToRow.html), //! [`MoveToNextLine`](cursor/struct.MoveToNextLine.html), [`MoveToPreviousLine`](cursor/struct.MoveToPreviousLine.html), //! - Shape - -//! [`SetCursorShape`](cursor/struct.SetCursorShape .html) +//! [`SetCursorShape`](cursor/struct.SetCursorShape.html) //! - Module [`event`](event/index.html) //! - Mouse events - [`EnableMouseCapture`](event/struct.EnableMouseCapture.html), //! [`DisableMouseCapture`](event/struct.DisableMouseCapture.html)