Skip to content

Commit

Permalink
Merge pull request #320 from GuillaumeGomez/jump-to-def
Browse files Browse the repository at this point in the history
Enable `generate-link-to-definition` rustdoc feature on docs.rs
  • Loading branch information
eminence authored Nov 15, 2024
2 parents e303757 + 880819d commit 2f7889b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions procfs-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ serde = { version = "1.0", features = ["derive"], optional = true }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]
1 change: 1 addition & 0 deletions procfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ libc = "0.2.139"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]

[[bench]]
name = "cpuinfo"
Expand Down

0 comments on commit 2f7889b

Please sign in to comment.