From a034d30439acc04e5776c12d92ad987a043c7ebe Mon Sep 17 00:00:00 2001
From: Ethan Brierley <ethanboxx@gmail.com>
Date: Sat, 28 Oct 2023 13:05:46 +0100
Subject: [PATCH] docs: enable `generate-link-to-definition` for docs.rs builds
 (#38)

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 65afc6d..58d0ba5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,5 +32,5 @@ serde_json = "1.0"
 
 [package.metadata.docs.rs]
 all-features = true
-rustdoc-args = ["--cfg", "docsrs"]
+rustdoc-args = ["--generate-link-to-definition", "--cfg", "docsrs"]