gpui-component/crates
Jason Lee 851099f890
sidebar: Refactor Sidebar API to avoid map call will segmentation fault on release. (#628)
Close #471

```
    Finished `release` profile [optimized] target(s) in 9.99s
     Running `target/release/examples/sidebar`
[1]    30606 segmentation fault  cargo run --example sidebar --release
```

This may cause by used `map` break by maybe Rust compiler bug, I
detected that if I remove a `map`, then the crash will gone.

So, this changes to refactor the Sidebar API to avoid use `map`.
2025-02-14 17:18:39 +08:00
..
story sidebar: Refactor Sidebar API to avoid map call will segmentation fault on release. (#628) 2025-02-14 17:18:39 +08:00
ui sidebar: Refactor Sidebar API to avoid map call will segmentation fault on release. (#628) 2025-02-14 17:18:39 +08:00