ZIm/crates/terminal_view/src
Piotr Osiewicz bd6d385817
gpui: Pass Style by value to request_layout (#11597)
A minor thing I've spotted and decided to fix on the spot.
It was being cloned twice within the body of that function (one of which
was redundant even without this PR); now in most cases we go down from 2
clones to 0.
Release Notes:

- N/A
2024-05-09 11:38:53 +02:00
..
persistence.rs Changed SQLez migrations to be executed eagerly 2023-01-30 14:38:48 -08:00
terminal_element.rs gpui: Pass Style by value to request_layout (#11597) 2024-05-09 11:38:53 +02:00
terminal_panel.rs Editor tab bar settings (#7356) 2024-05-08 10:54:48 -07:00
terminal_view.rs preview tabs: Allow replacing preview tab when using code navigation (#10730) 2024-04-29 20:47:01 +02:00