zed/crates/collab_ui2
Marshall Bowers df5de47a78
Make toggle method accept impl Into<Option<bool>> (#3446)
This PR makes the `toggle` method on the various list components accept
an `impl Into<Option<bool>>` instead of just an `Option<bool>`.

This allows a caller with just a `bool` avoid having to wrap the
`Option` themselves.

Release Notes:

- N/A
2023-11-29 16:13:41 -05:00
..
src Make toggle method accept impl Into<Option<bool>> (#3446) 2023-11-29 16:13:41 -05:00
Cargo.toml Remove gpui (1) dependencies from zed2 2023-11-20 10:46:16 -08:00