Popular repositories
5,888 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 20 commits in 11 repositories
Created a pull request in rust-lang/rust-clippy that received 4 comments
Downgrade nonstandard_macro_braces to nursery
Due to the large number of crates impacted by #7422, I don't think this lint can be enabled by default right now until the false positive is fixed. …
+3
−4
•
4
comments
Opened 1 other pull request in 1 repository
dtolnay/cargo-tally
1
merged
Reviewed 6 pull requests in 4 repositories
rust-lang/rust 2 pull requests
dtolnay/anyhow 2 pull requests
dtolnay/cxx 1 pull request
dtolnay/tt-call 1 pull request
Created an issue in rust-lang/rust-clippy that received 6 comments
Crash in use_self: LateContext::typeck_results called outside of body
Code pub trait Trait { fn f(); } macro_rules! repro { ($ty:ty) => { impl Trait for $ty { fn f() { extern "C" { fn _f() -> $ty; } } } }; } repro!(usize
6
comments