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-23 07:14:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
057937bdda
rust
/
compiler
/
rustc_infer
History
Matthias Krüger
20f8538d1f
simplify if let Some(_) = x to if x.is_some() (clippy::redundant_pattern_matching)
2020-12-08 20:27:49 +01:00
..
src
simplify if let Some(_) = x to if x.is_some() (clippy::redundant_pattern_matching)
2020-12-08 20:27:49 +01:00
Cargo.toml
Move MiniSet to data_structures
2020-09-23 08:09:16 +02:00