This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-analyzer
Watch
2
Star
0
Fork
You've already forked rust-analyzer
0
mirror of
https://github.com/rust-lang/rust-analyzer
synced
2025-01-10 12:18:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6009a55970
rust-analyzer
/
crates
/
ide-assists
History
David Tolnay
b68f5311b5
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:06:44 -08:00
..
src
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:06:44 -08:00
Cargo.toml
Bump either
2023-11-15 13:07:36 +02:00