aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-02-22 02:03:04 +0000
committerFuwn <[email protected]>2025-06-09 07:46:10 +0000
commitec8e147ef128a2d5d4111571bb2959520ba71d13 (patch)
tree1545b11006168a99c4ee3c14a60f6661306d0913
parentdoc(readme): add link to examples (diff)
downloaddivina-ec8e147ef128a2d5d4111571bb2959520ba71d13.tar.xz
divina-ec8e147ef128a2d5d4111571bb2959520ba71d13.zip
docs(divina_util): link style
-rw-r--r--Makefile.toml1
-rw-r--r--crates/divina_util/src/lib.rs2
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]