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 {