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
2024-11-25 00:03:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c5d654d513
rust
/
crates
/
mbe
History
Matthias Krüger
c5d654d513
use if let Some(x) instead of if x.is_some() and x.unwrap() (clippy::unnecessary-unwrap)
2021-03-17 01:39:58 +01:00
..
src
use if let Some(x) instead of if x.is_some() and x.unwrap() (clippy::unnecessary-unwrap)
2021-03-17 01:39:58 +01:00
Cargo.toml
Enable thread-local coverage marks
2021-03-15 16:02:50 +02:00