Skip to content

Commit

Permalink
fix(docs.rs): made client-side items documentable on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jan 12, 2023
1 parent cbc74b6 commit 9420cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/perseus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ hsr = [ "live-reload", "idb-freezing" ]
rx-collections = []

[package.metadata.docs.rs]
rustc-args = ["--cfg=engine"]
rustdoc-args = ["--cfg=engine"]
rustc-args = ["--cfg=engine --cfg=clientdoc"]
rustdoc-args = ["--cfg=engine --cfg=clientdoc"]

0 comments on commit 9420cb7

Please sign in to comment.