Skip to content

Commit

Permalink
zed: Fix formatting in workspace initialization (#22152)
Browse files Browse the repository at this point in the history
This PR fixes some formatting issues in the workspace initialization
code that stemmed from certain constructs causing `rustfmt` to bail out
of the formatting.

The bulk of the content of `initialize_workspace` has been factored out
into functions, as having nested closures within closures seems to be
the primary cause of `rustfmt` being unhappy.

Release Notes:

- N/A
  • Loading branch information
maxdeviant authored Dec 17, 2024
1 parent fa1b1c6 commit e1ca5ed
Showing 1 changed file with 483 additions and 424 deletions.
Loading

0 comments on commit e1ca5ed

Please sign in to comment.