Skip to content

Commit 8db4597

Browse files
tormolThomas Bahn
authored andcommitted
Remove no_std docs link
1 parent efb6e59 commit 8db4597

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
//! A library that provides ASCII-only string and character types, equivalent to the `char`, `str`
1414
//! and `String` types in the standard library.
1515
//!
16-
#![cfg_attr(feature = "std", doc="[The documentation for the `core` mode is here](https://tomprogrammer.github.io/rust-ascii/core/ascii/index.html).")]
17-
#![cfg_attr(not(feature = "std"), doc="This is the documentation for `core` mode.")]
1816
//! Please refer to the readme file to learn about the different feature modes of this crate.
1917
//!
2018
//! # Requirements

0 commit comments

Comments
 (0)