Update src/doc/rustdoc/src/linking-to-items-by-name.md
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
4e0eb0b73b
commit
175e30539d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue