Skip to content

Commit 364a705

Browse files
committed
Touch up style
1 parent abf37f7 commit 364a705

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/backtrace-sys/build.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ fn main() {
1313
target.contains("hermit") ||
1414
target.contains("wasm32") ||
1515
target.contains("fuchsia") ||
16-
target.contains("uclibc") // not supported for uclibc
17-
// fuchsia uses external out-of-process symbolization
16+
target.contains("uclibc")
1817
{
1918
println!("cargo:rustc-cfg=empty");
2019
return;

0 commit comments

Comments
 (0)