From 8db4597835fd42424ef3a271a96c868f5f496b2c Mon Sep 17 00:00:00 2001 From: tormol Date: Thu, 11 Jul 2019 21:20:44 +0200 Subject: [PATCH] Remove no_std docs link --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 58bb10f..4bd2540 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,8 +13,6 @@ //! A library that provides ASCII-only string and character types, equivalent to the `char`, `str` //! and `String` types in the standard library. //! -#![cfg_attr(feature = "std", doc="[The documentation for the `core` mode is here](https://tomprogrammer.github.io/rust-ascii/core/ascii/index.html).")] -#![cfg_attr(not(feature = "std"), doc="This is the documentation for `core` mode.")] //! Please refer to the readme file to learn about the different feature modes of this crate. //! //! # Requirements