Pinned
167 contributions in the last year
Less
More
Contribution activity
April 2021
Created 16 commits in 5 repositories
Created 5 repositories
- r00ster91/rust-playground TypeScript
- r00ster91/reference Rust
- r00ster91/crates.io Rust
- r00ster91/perf-book
- r00ster91/linguist Ruby
Created a pull request in rust-lang/rust that received 5 comments
Document that index and index_mut can panic
I thought this was noteworthy and I think a bit more explicitness does no harm.
+8
−0
•
5
comments
Opened 6 other pull requests in 6 repositories
github/linguist
1
merged
integer32llc/rust-playground
1
closed
rust-lang/reference
1
open
rust-lang/crates.io
1
merged
bevyengine/bevy
1
closed
nnethercote/perf-book
1
open
Created an issue in rust-lang/rust that received 7 comments
Chinese numerals are not recognized by char::is_numeric
I tried this code:
fn main() { assert!('一'.is_numeric());
}
I expected it to evaluate to true.
Instead, it evaluated to false.
I would expect at l…
7
comments