1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Enable rustdoc generate-link-to-definition feature on docs.rs (#5030)

You can see this feature in action
[here](https://docs.rs/sysinfo/latest/src/sysinfo/common/system.rs.html#46)
or on any of dtolnay's crates and many others. I found myself going
through your project code recently on docs.rs and I was a bit sad I
couldn't have this feature enabled. This should fix it at next release.
:)
This commit is contained in:
Guillaume Gomez
2024-08-30 11:22:29 +02:00
committed by GitHub
parent f2815b423e
commit da04339f5e
12 changed files with 12 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]
[lib]