aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-08-05 16:30:47 +0200
committerHampusM <hampus@hampusmat.com>2023-08-05 16:30:47 +0200
commita1ec90ba16da8fd5b5209fa27604c4d4c62d8243 (patch)
treee0176350470fc289680d04efcfe9b6a601934969 /Cargo.toml
parentb4718494e3a1759286caca1dd34c01db6c2f1214 (diff)
docs: improve injectable macro docs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9558741..77b73c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]