zed/crates/gpui
Antonio Scandurra 794446bf8b Move debug_elements to AsyncAppContext
Previously, `debug_elements` was available on `WindowContext`. If that
method was called while having a borrow out to a view, it would panic because
the view would already have been borrowed.

By moving it to an `AsyncAppContext` we ensure the method can't be called while
a view is being used.
2023-05-02 11:09:40 +02:00
..
examples
src Move debug_elements to AsyncAppContext 2023-05-02 11:09:40 +02:00
build.rs
Cargo.toml