Move workspace::toast_layer::RunAction to zed_actions::toast::RunAction (#32222)

Cleaner to have references to this be `toast::RunAction` matching how it
appears in the keymap, instead of `workspace::RunAction`.

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-06-06 00:23:09 -06:00 committed by GitHub
parent 96609151c6
commit 5c9b8e8321
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 6 deletions

1
Cargo.lock generated
View file

@ -10206,6 +10206,7 @@ dependencies = [
"util",
"workspace",
"workspace-hack",
"zed_actions",
]
[[package]]