Fix stack overflow by removing Deref
and DerefMut
impls
This commit is contained in:
parent
8cac89d17c
commit
3b38641f98
4 changed files with 33 additions and 15 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue