Skip to content

Commit

Permalink
ci: add -Zunstable-options
Browse files Browse the repository at this point in the history
--generate-link-to-definition is unstable
  • Loading branch information
SeaDve committed Nov 19, 2023
1 parent 41fced5 commit db4d529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions-rs/cargo@v1
env:
RUSTFLAGS: --cfg docsrs
RUSTDOCFLAGS: --cfg docsrs --generate-link-to-definition
RUSTDOCFLAGS: --cfg docsrs -Zunstable-options --generate-link-to-definition
with:
command: doc
args: --package mpris-server --all-features --no-deps
Expand Down

0 comments on commit db4d529

Please sign in to comment.