mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix default-except-unstable build
This commit is contained in:
parent
5603ebfa56
commit
6842553923
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ pub mod platform {
|
|||
pub fn deinit() {}
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "unstable"))]
|
||||
fn install_crash_handler() {}
|
||||
|
||||
#[cfg(feature = "unstable")]
|
||||
fn install_crash_handler() {
|
||||
use backtrace::Backtrace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue