This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-02-24 12:54:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3bb9efb6b7
rust
/
crates
/
proc_macro_api
History
Matthias Krüger
64b91393b8
remove uselessly wrapped ?s. (clippy::meedless_question_mark
...
let x = Some(3); let y = Some(x?); can just be: let y = x
2021-03-17 02:19:40 +01:00
..
src
remove uselessly wrapped ?s. (clippy::meedless_question_mark
2021-03-17 02:19:40 +01:00
Cargo.toml
Fix multiple issues from code review
2021-03-04 09:11:33 +08:00