Skip to content

Commit 175e305

Browse files
ManishearthJoshua Nelson
and
Joshua Nelson
committed
Update src/doc/rustdoc/src/linking-to-items-by-name.md
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 4e0eb0b commit 175e305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/linking-to-items-by-name.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub struct Foo4;
2222
pub struct Bar;
2323
```
2424

25-
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.
25+
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.
2626

2727
```rust,edition2018
2828
use std::sync::mpsc::Receiver;

0 commit comments

Comments
 (0)