-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make minor docs changes for 1.2 release #3315
Conversation
You need to run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Post-submit questions
@@ -49,8 +49,7 @@ As with time zone IDs, there are two interchangeable forms: | |||
ICU4X uses the short form. | |||
|
|||
Note: in ICU4X, "metazone" is one word and "time zone" is two words, except for this crate | |||
and module name, where "timezone" is used with no separators. See | |||
<https://github.com/unicode-org/icu4x/issues/2507>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: Why did you remove the link? Removing cross-references seems like a regression to me.
@@ -120,7 +120,7 @@ impl TryFrom<u32> for MirroredPairedBracketData { | |||
} | |||
|
|||
/// A closed Rust enum representing a closed set of the incoming Bidi_Paired_Bracket_Type | |||
/// property values necessary in the internal representation of [`MirroredPairedBracketData`] | |||
/// property values necessary in the internal representation of `MirroredPairedBracketData` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: why did you remove the link?
No description provided.