Skip to content

Commit c017755

Browse files
CGMossafmease
authored andcommitted
Update 1946-intra-rustdoc-links.md
Fixed extra \`
1 parent 830b402 commit c017755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/1946-intra-rustdoc-links.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ For example, this should issue a warning:
481481
```rust
482482
#[derive(Debug)]
483483
/// Link to [S::fmt]
484-
struct S;`
484+
struct S;
485485
```
486486

487487
but this should link to the implementation of `Debug::fmt` for `S`:
@@ -491,7 +491,7 @@ use std::fmt::Debug;
491491

492492
#[derive(Debug)]
493493
/// Link to [S::fmt]
494-
struct S;`
494+
struct S;
495495
```
496496

497497
[ref-ufcs]: https://github.com/rust-lang-nursery/reference/blob/96e976d32a0a6927dd26c2ee805aaf44ef3bef2d/src/expressions.md#disambiguating-function-calls

0 commit comments

Comments
 (0)