Skip to content

Commit 096c599

Browse files
committed
fmt
1 parent c91c7c8 commit 096c599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use std::env;
22

33
fn main() {
4-
54
if env::var("TARGET").unwrap() != "thumbv8m.main-none-eabihf" {
65
return;
76
}

0 commit comments

Comments
 (0)