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-03 17:35:28 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec824a92d05caa1908cb25cbd5b969c8e995aaa7
rust
/
crates
/
ide_db
T
History
Matthias Krüger
ff5f90d8ae
use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. (clippy::bind_instead_of_map)
2021-03-17 02:36:29 +01:00
..
src
use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. (clippy::bind_instead_of_map)
2021-03-17 02:36:29 +01:00
Cargo.toml
Enable thread-local coverage marks
2021-03-15 16:02:50 +02:00