This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-05-31 13:40:15 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5afb95a6ca94071a67fb4ab74a1636ea7dfaaa5d
rust
/
compiler
/
rustc_infer
T
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