Skip to content

Commit 663408e

Browse files
committed
edition 2018 fix for OpenBSD
Also line ending in run_cross.sh
1 parent 9f365c6 commit 663408e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/openbsd/monitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ use std::sync::Arc;
1212
use std::thread;
1313
use std::time::Duration;
1414

15+
use crate::util::from_unix_result;
1516
use runloop::RunLoop;
16-
use util::from_unix_result;
1717

1818
const POLL_TIMEOUT: u64 = 500;
1919

testing/run_cross.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ popd
88
cross test --target x86_64-unknown-linux-gnu
99
cross build --target x86_64-unknown-netbsd
1010
cross build --target powerpc64le-unknown-linux-gnu
11-
cross build --target x86_64-pc-windows-gnu
11+
cross build --target x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)