From 0c075cc9c3b4971b927d9de0e608f800b273fa36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 25 Nov 2025 23:43:22 +0100 Subject: [PATCH] Fix broken `color!` documentation link in `core::color` --- core/src/color.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/color.rs b/core/src/color.rs index e41948e8..6a09c2fb 100644 --- a/core/src/color.rs +++ b/core/src/color.rs @@ -9,6 +9,8 @@ /// /// If you have a static color string, using the [`color!`] macro should be preferred /// since it leverages hexadecimal literal notation and arithmetic directly. +/// +/// [`color!`]: crate::color! #[derive(Debug, Clone, Copy, PartialEq, Default)] #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] pub struct Color {