Skip to content

Commit

Permalink
Make docs.rs source view generate links to definitions. (#375)
Browse files Browse the repository at this point in the history
* Make docs.rs source view generate links to definitions.

* Disable default features for eui48 crate so it will no longer pull in rustc-serialize, which has had a history of causing builds to print deprecation warnings.

* Revert "Disable default features for eui48 crate so it will no longer pull in rustc-serialize, which has had a history of causing builds to print deprecation warnings."

This reverts commit 36138ca.
  • Loading branch information
qrnch-jan authored Dec 17, 2024
1 parent 0a26c0d commit 7cafcdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ required-features = ["capture-stream"]

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

0 comments on commit 7cafcdc

Please sign in to comment.