You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@
13
13
//! A library that provides ASCII-only string and character types, equivalent to the `char`, `str`
14
14
//! and `String` types in the standard library.
15
15
//!
16
-
#.")]
17
-
#![cfg_attr(not(feature = "std"), doc="This is the documentation for `core` mode.")]
18
16
//! Please refer to the readme file to learn about the different feature modes of this crate.
0 commit comments