fix broken link fragment

This commit is contained in:
Lukas Markeffsky 2022-11-26 16:56:29 +01:00
parent e06b61c8f9
commit 946d51e8ba

View File

@ -1116,7 +1116,7 @@ fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
/// of some variant will not change between compilations with the same compiler. See the [Reference]
/// for more information.
///
/// [Reference]: ../../reference/items/enumerations.html#discriminants
/// [Reference]: ../../reference/items/enumerations.html#custom-discriminant-values-for-fieldless-enumerations
///
/// # Examples
///