This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-14 01:25:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c99089c2b3
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