Skip to content

Commit

Permalink
doc: Link to external crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoh committed Apr 11, 2024
1 parent aee5801 commit 7e29860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[doc.extern-map.registries]
crates-io = "https://docs.rs/"

[target.aarch64-apple-darwin]
rustflags = ["-C", "target-cpu=native", "-Z", "tune-cpu=native", "-C", "strip=symbols", "-Z", "unstable-options"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout codebase
uses: actions/checkout@v4
- name: Generate documentation
run: time cargo doc --no-deps --all-features --release --quiet
run: time cargo doc --no-deps -Zrustdoc-map --all-features --release --quiet
- name: Fix permissions
run: |
chmod -c -R +rX "target/doc/" | while read line; do
Expand Down

0 comments on commit 7e29860

Please sign in to comment.