From 544ac19c41787f55d50859930f3a5d7a366669c8 Mon Sep 17 00:00:00 2001 From: Pedro Mendes Date: Sat, 6 Jan 2024 08:52:00 -0300 Subject: [PATCH] Remove redundant docs and broken anchor (#845) --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 6c6e07f..0217bef 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,8 +2,7 @@ //! # Cross-platform Terminal Manipulation Library //! -//! Crossterm is a pure-rust, terminal manipulation library that makes it possible to write cross-platform text-based interfaces (see [features](#features)). It supports all UNIX and Windows terminals down to Windows 7 (not all terminals are tested, -//! see [Tested Terminals](#tested-terminals) for more info). +//! Crossterm is a pure-rust, terminal manipulation library that makes it possible to write cross-platform text-based interfaces. //! //! This crate supports all UNIX and Windows terminals down to Windows 7 (not all terminals are tested //! see [Tested Terminals](https://github.com/crossterm-rs/crossterm#tested-terminals)