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 upPinned
1,205 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 12 commits in 5 repositories
Created 2 repositories
- Swatinem/cargo Rust
- Swatinem/aoc2020 Rust
Created a pull request in rust-lang/rust that received 5 comments
Use the correct file/line for doctests on both inner and outer attributes
When adding two separate doc comments to a mod, one item-level doc
for the mod statement, and one file-level doc for the module file,
doctests that…
Opened 3 other pull requests in 3 repositories
rust-lang/cargo
1
open
rust-lang/rust
1
open
getsentry/sentry-native
1
open
Reviewed 8 pull requests in 4 repositories
getsentry/sentry-rust 3 pull requests
getsentry/symbolicator 3 pull requests
getsentry/snuba 1 pull request
getsentry/sentry-docs 1 pull request
Created an issue in rust-lang/rust that received 1 comment
Rustdoc creates doctests with `extern crate mod;`
In #79770 I tried to create a new rustdoc-ui testcase that runs doctests. However having the mod substring in a doctest comment injected an invalid e…