I forgot to remove the backtrace dependency in the EL2 rework

This commit is contained in:
Osspial 2019-05-29 21:22:35 -04:00
parent 3a7350cbb9
commit 4f29618c73
2 changed files with 0 additions and 3 deletions

View file

@ -87,8 +87,6 @@ extern crate serde;
#[cfg(target_os = "windows")]
extern crate winapi;
#[cfg(target_os = "windows")]
extern crate backtrace;
#[macro_use]
#[cfg(target_os = "windows")]
extern crate bitflags;