You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/calendar/src/date.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ impl<C> Deref for Ref<'_, C> {
91
91
92
92
/// A date for a given calendar.
93
93
///
94
-
/// **The primary definition of this type is in the [`icu_calendar`](docs.rs/icu_calendar) crate. Other ICU4X crates re-export it for convenience.**
94
+
/// **The primary definition of this type is in the [`icu_calendar`](https://docs.rs/icu_calendar) crate. Other ICU4X crates re-export it for convenience.**
95
95
///
96
96
/// This can work with wrappers around [`Calendar`] types,
Copy file name to clipboardExpand all lines: utils/fixed_decimal/src/rounding.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ pub enum RoundingIncrement {
143
143
144
144
/// Specifies the precision of a floating point value when constructing a Decimal.
145
145
///
146
-
/// **The primary definition of this type is in the [`fixed_decimal`](docs.rs/fixed_decimal) crate. Other ICU4X crates re-export it for convenience.**
146
+
/// **The primary definition of this type is in the [`fixed_decimal`](https://docs.rs/fixed_decimal) crate. Other ICU4X crates re-export it for convenience.**
147
147
///
148
148
/// IEEE 754 is a representation of a point on the number line. On the other hand, Decimal
149
149
/// specifies not only the point on the number line but also the precision of the number to a
Copy file name to clipboardExpand all lines: utils/fixed_decimal/src/signed_decimal.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ use crate::{
17
17
18
18
/// A Type containing a [`UnsignedDecimal`] and a [`Sign`] to represent a signed decimal number.
19
19
///
20
-
/// **The primary definition of this type is in the [`fixed_decimal`](docs.rs/fixed_decimal) crate. Other ICU4X crates re-export it for convenience.**
20
+
/// **The primary definition of this type is in the [`fixed_decimal`](https://docs.rs/fixed_decimal) crate. Other ICU4X crates re-export it for convenience.**
21
21
///
22
22
/// Supports a mantissa of non-zero digits and a number of leading and trailing
23
23
/// zeros, as well as an optional sign; used for formatting and plural selection.
Copy file name to clipboardExpand all lines: utils/fixed_decimal/src/variations.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ pub enum Sign {
22
22
23
23
/// Configuration for when to render the minus sign or plus sign.
24
24
///
25
-
/// **The primary definition of this type is in the [`fixed_decimal`](docs.rs/fixed_decimal) crate. Other ICU4X crates re-export it for convenience.**
25
+
/// **The primary definition of this type is in the [`fixed_decimal`](https://docs.rs/fixed_decimal) crate. Other ICU4X crates re-export it for convenience.**
0 commit comments