diff options
| author | Amjad Alsharafi <amjadsharafi10@gmail.com> | 2020-09-18 01:17:10 +0800 |
|---|---|---|
| committer | Amjad Alsharafi <amjadsharafi10@gmail.com> | 2020-09-18 07:49:29 +0800 |
| commit | 3323a261441e1d65cafa7f7d16929656ad6f28a7 (patch) | |
| tree | 503f6c28595d8d4b585ad6669d54bfbe74f74ac9 /library/core/src/ascii.rs | |
| parent | 7bdb5dee7bac15458b10b148e9e24968e633053e (diff) | |
| download | rust-3323a261441e1d65cafa7f7d16929656ad6f28a7.tar.gz rust-3323a261441e1d65cafa7f7d16929656ad6f28a7.zip | |
Fixed some intra-docs links in library/core
Diffstat (limited to 'library/core/src/ascii.rs')
| -rw-r--r-- | library/core/src/ascii.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/core/src/ascii.rs b/library/core/src/ascii.rs index e78dfd1ed4a..a8a25f92716 100644 --- a/library/core/src/ascii.rs +++ b/library/core/src/ascii.rs @@ -6,8 +6,6 @@ //! //! The [`escape_default`] function provides an iterator over the bytes of an //! escaped version of the character given. -//! -//! [`escape_default`]: fn.escape_default.html #![stable(feature = "core_ascii", since = "1.26.0")] @@ -20,8 +18,6 @@ use crate::str::from_utf8_unchecked; /// /// This `struct` is created by the [`escape_default`] function. See its /// documentation for more. -/// -/// [`escape_default`]: fn.escape_default.html #[stable(feature = "rust1", since = "1.0.0")] #[derive(Clone)] pub struct EscapeDefault { |
