Skip to content

Commit ee53b90

Browse files
committed
allow function@
1 parent f231d75 commit ee53b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1946-intra-rustdoc-links.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Our proposal is this:
315315
- Links to any kind of value (function, const, static) can be prefixed with `value@`,
316316
e.g., `See [value@foo]`.
317317
- Links to functions can be written with a `()` suffix,
318-
e.g., `Also see the [foo()] function`.
318+
e.g., `Also see the [foo()] function`. You can also use `function@`.
319319
- Links to constants are prefixed with `const@`,
320320
e.g., `As defined in [const@FOO].`
321321
- Links to statics are prefixed with `static@`,

0 commit comments

Comments
 (0)