diff options
| author | Fuwn <[email protected]> | 2022-02-22 02:03:04 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 07:46:10 +0000 |
| commit | ec8e147ef128a2d5d4111571bb2959520ba71d13 (patch) | |
| tree | 1545b11006168a99c4ee3c14a60f6661306d0913 /crates | |
| parent | doc(readme): add link to examples (diff) | |
| download | divina-ec8e147ef128a2d5d4111571bb2959520ba71d13.tar.xz divina-ec8e147ef128a2d5d4111571bb2959520ba71d13.zip | |
docs(divina_util): link style
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/divina_util/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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] |