@@ -26,3 +26,6 @@ test = false
[[test]]
name = "wpt"
harness = false
+
+[package.metadata.docs.rs]
+rustdoc-args = ["--generate-link-to-definition"]
@@ -19,3 +19,6 @@ alloc = ["percent-encoding/alloc"]
[dependencies]
percent-encoding = { version = "2.3.0", default-features = false, path = "../percent_encoding" }
@@ -38,3 +38,6 @@ unicode-normalization = { version = "0.1.22", default-features = false }
[[bench]]
name = "all"
@@ -13,3 +13,6 @@ rust-version = "1.51"
default = ["std"]
std = ["alloc"]
alloc = []
@@ -47,6 +47,7 @@ harness = false
[package.metadata.docs.rs]
features = ["serde"]
[package.metadata.playground]