Skip to content
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

Convenience properties API #6066

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

robertbastian
Copy link
Member

@robertbastian robertbastian requested a review from a team as a code owner February 4, 2025 11:07
Manishearth
Manishearth previously approved these changes Feb 4, 2025
Manishearth
Manishearth previously approved these changes Feb 4, 2025
@@ -358,4 +358,12 @@ pub trait EnumeratedProperty: crate::private::Sealed + TrieValue {
const NAME: &'static [u8];
/// The abbreviated name of this property, if it exists, otherwise the name
const SHORT_NAME: &'static [u8];

/// Convenience method for `CodePointMapData::new().get(ch)`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: add intra doc links, here and below

Suggested change
/// Convenience method for `CodePointMapData::new().get(ch)`
/// Convenience method for [`CodePointMapData::new().get(ch)`](CodePointMapData::get)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants