Skip to content

Commit

Permalink
Remove no_std docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
tormol authored and Thomas Bahn committed Aug 21, 2019
1 parent efb6e59 commit 8db4597
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8db4597

Please sign in to comment.