Highlights
- Arctic Code Vault Contributor
- Developer Program Member
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
1,137 contributions in the last year
Activity overview
Contributed to
Nugine/deno-manual-cn,
ThinkSpiritLab/ScrollBoard,
Nugine/nublog
and 5 other
repositories
Contribution activity
September 2020
- Nugine/const-str Rust
Created an issue in rust-lang/rust-clippy that received 2 comments
false positive: unstable const fn
I tried this code: #![deny(clippy::missing_const_for_fn)] /* error: this could be a `const fn` */ fn is_ascii_digit(byte: u8) -> bool { byte.is_asc…
2
comments