This website requires JavaScript.
Explore
Help
Sign in
language-servers
/
rust-analyzer
Watch
1
Star
0
Fork
You've already forked rust-analyzer
0
mirror of
https://github.com/rust-lang/rust-analyzer.git
synced
2025-09-26 11:59:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
f29796da61
rust-analyzer
/
crates
/
ide_db
History
Download ZIP
Download TAR.GZ
Aramis Razzaghipour
f29796da61
Replace
if let Some(_) = foo
with
if foo.is_some()
2021-10-05 09:00:18 +11:00
..
src
Replace
if let Some(_) = foo
with
if foo.is_some()
2021-10-05 09:00:18 +11:00
Cargo.toml
Cleanup
2021-09-23 16:28:03 +02:00