-
Notifications
You must be signed in to change notification settings - Fork 72
Add links to types in documentation #372
Copy link
Copy link
Closed
Labels
code qualityAffects the quality of the code.Affects the quality of the code.enhancementAn improvement for livesplit-core.An improvement for livesplit-core.suitable for contributionsThe issue is suitable those who are contributing to livesplit-core.The issue is suitable those who are contributing to livesplit-core.work in progressSomeone is working on this.Someone is working on this.
Metadata
Metadata
Assignees
Labels
code qualityAffects the quality of the code.Affects the quality of the code.enhancementAn improvement for livesplit-core.An improvement for livesplit-core.suitable for contributionsThe issue is suitable those who are contributing to livesplit-core.The issue is suitable those who are contributing to livesplit-core.work in progressSomeone is working on this.Someone is working on this.
Rust 1.48 just came out with a proper built-in way to mention types in documentation that you can click on and get linked to that specific type. Before you needed to write the relative URL of the type which was both cumbersome and based on an implementation detail, so we just never linked to any types. Here's the blog post:
Rust 1.48