Fix broken color! documentation link in core::color
This commit is contained in:
parent
b6926342fe
commit
0c075cc9c3
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue