Skip to content

Commit

Permalink
Enable rustdoc for feature query_encoding on docs.rs
Browse files Browse the repository at this point in the history
Adds [package.metadata.docs.rs]

github: See onur/docs.rs@62fdcf605
  • Loading branch information
dekellum committed Jan 19, 2018
1 parent 0ab3519 commit 72b7ff9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ matches = "0.1"
percent-encoding = { version = "1.0.0", path = "./percent_encoding" }
rustc-serialize = {version = "0.3", optional = true}
serde = {version = ">=0.6.1, <0.9", optional = true}

[package.metadata.docs.rs]
features = ["query_encoding"]

0 comments on commit 72b7ff9

Please sign in to comment.