diff options
Diffstat (limited to 'macros')
-rw-r--r-- | macros/Cargo.toml | 2 | ||||
l--------- | macros/docs-style.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index c5e5cbd..b9d2e68 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -13,7 +13,7 @@ proc_macro = true [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "doc_cfg"] +rustdoc-args = ["--cfg", "doc_cfg", "--html-in-header", "docs-style.html"] [features] factory = ["syrette/factory"] diff --git a/macros/docs-style.html b/macros/docs-style.html new file mode 120000 index 0000000..f7faf8d --- /dev/null +++ b/macros/docs-style.html @@ -0,0 +1 @@ +docs-style.html
\ No newline at end of file |