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
2024-12-26 13:03:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f29796da61
rust-analyzer
/
crates
/
syntax
History
Aramis Razzaghipour
f29796da61
Replace
if let Some(_) = foo
with
if foo.is_some()
2021-10-05 09:00:18 +11:00
..
fuzz
minor: drop dummy authors field
2021-07-05 14:19:41 +03:00
src
Replace
if let Some(_) = foo
with
if foo.is_some()
2021-10-05 09:00:18 +11:00
test_data
internal: more reasonable grammar for blocks
2021-09-26 19:16:09 +03:00
Cargo.toml
internal: more reasonable grammar for blocks
2021-09-26 19:16:09 +03:00