Skip to content

Commit

Permalink
Enable generate-link-to-definition rustdoc feature on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Nov 11, 2024
1 parent e303757 commit 880819d
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 880819d

Please sign in to comment.