Skip to content

Commit 80f2d7d

Browse files
committed
fix syntax error in previous
1 parent 174888f commit 80f2d7d

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/netbsdlike/netbsd

1 file changed

+1
-1
lines changed

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ extern {
11101110
}
11111111

11121112
cfg_if! {
1113-
if #[cfg(target_arch = "arm")]
1113+
if #[cfg(target_arch = "arm")] {
11141114
mod arm;
11151115
pub use self::arm::*;
11161116
} else if #[cfg(target_arch = "powerpc")] {

0 commit comments

Comments
 (0)