diff options
author | Nadrieril Feneanar | 2019-12-22 00:48:35 +0000 |
---|---|---|
committer | GitHub | 2019-12-22 00:48:35 +0000 |
commit | 06e75c919d999c310f8ca1c151c6a5ad6918ca08 (patch) | |
tree | 849a54821e08c78cbff4965e1a268e050466fa6c /dhall_proc_macros/src | |
parent | ce74f996808ae84b4967040f3441e1bbba31f506 (diff) | |
parent | 139daf4da23c87366d920cea2775afe11cce7be7 (diff) |
Merge pull request #122 from Nadrieril/publish
Publish to crates.io
Diffstat (limited to 'dhall_proc_macros/src')
-rw-r--r-- | dhall_proc_macros/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall_proc_macros/src/lib.rs b/dhall_proc_macros/src/lib.rs index 5304429..ce2dcdb 100644 --- a/dhall_proc_macros/src/lib.rs +++ b/dhall_proc_macros/src/lib.rs @@ -1,3 +1,4 @@ +#![doc(html_root_url = "https://docs.rs/dhall_proc_macros/0.1.0")] //! This crate contains the code-generation primitives for the [dhall-rust][dhall-rust] crate. //! This is highly unstable and breaks regularly; use at your own risk. //! |