Fix broken color! documentation link in core::color

This commit is contained in:
Héctor Ramón Jiménez 2025-11-25 23:43:22 +01:00
parent b6926342fe
commit 0c075cc9c3
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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 {