diff options
| -rw-r--r-- | Makefile.toml | 1 | ||||
| -rw-r--r-- | crates/divina_util/src/lib.rs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml index 6cf7c70..af2911f 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -3,7 +3,6 @@ # ------------- [env] CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true -LIBCLANG_PATH = "D:\\software\\LLVM-12.0.1-win64\\lib" # ------------ # | Wrappers | diff --git a/crates/divina_util/src/lib.rs b/crates/divina_util/src/lib.rs index ff84778..f20a549 100644 --- a/crates/divina_util/src/lib.rs +++ b/crates/divina_util/src/lib.rs @@ -16,7 +16,7 @@ html_favicon_url = "https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/160/twitter/282/ribbon_1f380.png" )] -/// https://stackoverflow.com/a/32289869/14452787 +/// <https://stackoverflow.com/a/32289869/14452787> /// /// and some help from <https://dev.to/rogertorres/first-steps-with-rust-declarative-macros-1f8m> #[macro_export] |