Skip to content

Commit

Permalink
Set rustc-args instead of rustdoc-args
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed May 9, 2022
1 parent 8db8ef4 commit 125af5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ tempfile = "3"
reset_lazy_static = ["lazy_static"]

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
rustc-args = ["--cfg", "docsrs"]

0 comments on commit 125af5f

Please sign in to comment.