This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e36b3f7b8c
rust
/
crates
/
rust-analyzer
/
tests
/
slow-tests
History
David Tolnay
b68f5311b5
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:06:44 -08:00
..
main.rs
ensure renames happen after edit
2023-11-10 17:39:32 +01:00
sourcegen.rs
⬆️
rust-analyzer
2023-01-09 10:36:22 -08:00
support.rs
Do not resolve inlayHint.textEdit for VSCode client
2023-09-19 21:40:22 +03:00
testdir.rs
⬆️
rust-analyzer
2023-01-09 10:36:22 -08:00
tidy.rs
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:06:44 -08:00