Skip to content

Commit 72b7ff9

Browse files
committed
Enable rustdoc for feature query_encoding on docs.rs
Adds [package.metadata.docs.rs] github: See onur/docs.rs@62fdcf605
1 parent 0ab3519 commit 72b7ff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ matches = "0.1"
4747
percent-encoding = { version = "1.0.0", path = "./percent_encoding" }
4848
rustc-serialize = {version = "0.3", optional = true}
4949
serde = {version = ">=0.6.1, <0.9", optional = true}
50+
51+
[package.metadata.docs.rs]
52+
features = ["query_encoding"]

0 commit comments

Comments
 (0)