diff options
author | HampusM <hampus@hampusmat.com> | 2023-08-05 16:30:47 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-08-05 16:30:47 +0200 |
commit | a1ec90ba16da8fd5b5209fa27604c4d4c62d8243 (patch) | |
tree | e0176350470fc289680d04efcfe9b6a601934969 /Cargo.toml | |
parent | b4718494e3a1759286caca1dd34c01db6c2f1214 (diff) |
docs: improve injectable macro docs
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ rust-version = "1.62.1" [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "doc_cfg"] +rustdoc-args = ["--cfg", "doc_cfg", "--extend-css", "docs-rs-ext.css"] [features] default = ["prevent-circular"] |