-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Improve Rust documentation readability by updating the format of all reference links from the existing format:
/// # References
///
/// See: <https://docs.oracle.com/javase/specs/jvms/se24/html/jvms-4.html#jvms-4.4.7>
to:
/// # References
///
/// - [JVM Specification §4.4.7](https://docs.oracle.com/javase/specs/jvms/se24/html/jvms-4.html#jvms-4.4.7)
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers