Skip to content

Commit a42fc2c

Browse files
committed
Remove feature = "backtrace" conditional code
1 parent 2a2a3ce commit a42fc2c

File tree

4 files changed

+17
-407
lines changed

4 files changed

+17
-407
lines changed

build.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ use std::path::Path;
99
use std::process::{self, Command, Stdio};
1010
use std::str;
1111

12-
#[cfg(all(feature = "backtrace", not(feature = "std")))]
13-
compile_error! {
14-
"`backtrace` feature without `std` feature is not supported"
15-
}
16-
1712
fn main() {
1813
let mut error_generic_member_access = false;
1914
if cfg!(feature = "std") {

0 commit comments

Comments
 (0)