ZIm/crates/zeta/src
Michael Sloan b1872e3afd
cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103)
Done automatically with

> ast-grep -p '$A.background_executor().spawn($B)' -r
'$A.background_spawn($B)' --update-all --globs "\!crates/gpui"

Followed by:

* `cargo fmt`
* Unexpected need to remove some trailing whitespace.
* Manually adding imports of `gpui::{AppContext as _}` which provides
`background_spawn`
* Added `AppContext as _` to existing use of `AppContext`

Release Notes:

- N/A
2025-02-18 20:30:33 +00:00
..
completion_diff_element.rs Adds a way to toggle font size without settings adjustments (#24857) 2025-02-14 13:27:48 +02:00
init.rs edit prediction: Fix zeta: Rate completions action not working when using keybinding (#24569) 2025-02-11 12:14:42 +01:00
input_excerpt.rs Re-introduce syntax-based context and use new model (#24469) 2025-02-07 19:19:57 +00:00
license_detection.rs License detection: also check LICENSE.txt and LICENCE.txt (#24351) 2025-02-06 04:04:35 +00:00
onboarding_banner.rs Migrate keymap and settings + edit predictions rename (#23834) 2025-02-07 21:17:07 +05:30
onboarding_modal.rs edit prediction: Update disabled globs link in the onboarding modal (#25084) 2025-02-18 10:45:25 -03:00
onboarding_telemetry.rs edit predictions: Onboarding funnel telemetry (#24237) 2025-02-05 15:26:11 +00:00
rate_completion_modal.rs Display case-sensitive keybindings for vim commands (#24322) 2025-02-14 22:03:59 -07:00
zeta.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00