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
Pinned
1,052 contributions in the last year
Contribution activity
August 2020
- alecmocatta/syn Rust
Created a pull request in dtolnay/syn that received 2 comments
Accept traits with parenthesized path arguments in impls
This lets ItemImpls, i.e. impl Trait for Type {}, include parenthesized path arguments on Trait. An example would be impl FnOnce() for X {}.
This i…
+5
−1
•
2
comments
Created an issue in stjepang/event-listener that received 2 comments
Hang since v2.3.2
This commit d9a315d seems to have triggered a regression in async-channel, specifically the following code succeeds for me with v2.3.1 but hangs wi…
2
comments