Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
4,332 contributions in the last year
Contribution activity
September 2020
Created a pull request in rust-lang/docs.rs that received 19 comments
Transform "documentation" tab into button
Same as before but with a fix for the 404 pages and a test to avoid regressions. EDIT: Back to tab style but the "documentation" tab is now a button:
+327
−208
•
19
comments
- Add missing code examples on slice iter types
- Add missing examples on Vec iter types
- Add missing code examples on HashMap types
- Add missing examples on HashSet iter types
- Doc alias name restriction
- emit lints warnings on doc private if --document-private-items is used
- Add missing code examples in libcore
- Don't warn for `missing_doc_examples` when item is #[doc(hidden)]
- Module doc examples
- Do not lint ignored private doc tests
- Add missing examples on binary core traits
- Add missing examples on core traits' method
- Remove struct_span_err function from ExtCtxt
- Add explanation for E0756
- Add error explanation for E0755
- Create E0774
- Add check for doc alias attribute at crate level
- Clean up rustdoc tests by moving them into one place
Created an issue in rust-lang/rust that received 11 comments
Clean up doc_alias feature
From this comment: #50146 (comment)
Still remaining the .replace().
11
comments