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-15 20:45:45 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
341aa97adb20ca22e0fcb0851014bfa2297ff932
rust
/
compiler
/
rustc_trait_selection
T
History
Matthias Krüger
5833f74a9c
use if let Some(x) = .. instead of ...map(|x|) to conditionally run fns that return () (clippy::option_map_unit_fn)
2020-12-11 23:02:19 +01:00
..
src
use if let Some(x) = .. instead of ...map(|x|) to conditionally run fns that return () (clippy::option_map_unit_fn)
2020-12-11 23:02:19 +01:00
Cargo.toml
mv compiler to compiler/
2020-08-30 18:45:07 +03:00