Fix stack overflow by removing Deref and DerefMut impls

This commit is contained in:
Marshall Bowers 2023-09-29 21:21:08 -04:00
parent 8cac89d17c
commit 3b38641f98
4 changed files with 33 additions and 15 deletions

View file

@ -14,6 +14,8 @@ mod workspace;
// }
fn main() {
unsafe { backtrace_on_stack_overflow::enable() };
SimpleLogger::init(LevelFilter::Info, Default::default()).expect("could not initialize logger");
gpui3::App::production().run(|cx| {