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
b68f5311b5
rust
/
crates
/
ide-assists
/
src
History
David Tolnay
b68f5311b5
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:06:44 -08:00
..
handlers
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:06:44 -08:00
tests
make generate_mut_trait_impl assist trigged for std trait only
2023-11-05 12:27:10 +08:00
utils
assist_config.rs
Add config for preferring / ignoring prelude modules in find_path
2023-11-11 14:56:38 +01:00
assist_context.rs
lib.rs
feat: add generate_mut_trait_impl assist
2023-11-05 12:27:10 +08:00
tests.rs
Auto merge of
#15874
- DropDemBits:structured-snippet-migrate-4, r=Veykril
2023-11-15 09:54:45 +00:00
utils.rs
Ignore doc(hidden) attr if no body is present
2023-11-09 02:12:53 +01:00