Skip to content

Commit 7837df9

Browse files
Use --generate-link-to-definition option when generating documentation
1 parent d5dbc8e commit 7837df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
0.15=0.15
2020
0.14=0.14
2121
RUSTFLAGS: --cfg docsrs
22-
RUSTDOCFLAGS: --cfg docsrs
22+
RUSTDOCFLAGS: --cfg docsrs -Zunstable-options --generate-link-to-definition
2323
steps:
2424
- uses: actions/checkout@v3
2525
with:

0 commit comments

Comments
 (0)