diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-08-08 18:57:14 -0700 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2020-09-13 18:12:52 -0700 |
| commit | 175e30539d5ee9364a26f89f8a03a60b53690684 (patch) | |
| tree | 919f74f86ac25ba0304146c72f1ae70286c3b910 | |
| parent | 4e0eb0b73ba2defaf0f3c2152e9daa5c18d1603f (diff) | |
| download | rust-175e30539d5ee9364a26f89f8a03a60b53690684.tar.gz rust-175e30539d5ee9364a26f89f8a03a60b53690684.zip | |
Update src/doc/rustdoc/src/linking-to-items-by-name.md
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
| -rw-r--r-- | src/doc/rustdoc/src/linking-to-items-by-name.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/linking-to-items-by-name.md b/src/doc/rustdoc/src/linking-to-items-by-name.md index 6c0a548b4ff..6e5241e8aef 100644 --- a/src/doc/rustdoc/src/linking-to-items-by-name.md +++ b/src/doc/rustdoc/src/linking-to-items-by-name.md @@ -22,7 +22,7 @@ pub struct Foo4; pub struct Bar; ``` -You can refer to anything in scope, and use paths, including `Self`, `self`, `super`, and `crate`. You may also use `foo()` and `foo!()` to refer to methods/functions and macros respectively. +You can refer to anything in scope, and use paths, including `Self`, `self`, `super`, and `crate`. You may also use `foo()` and `foo!()` to refer to methods/functions and macros respectively. Backticks around the link will be stripped. ```rust,edition2018 use std::sync::mpsc::Receiver; |
