Skip to content

Commit 319a426

Browse files
committed
Rename module
1 parent 2cc9413 commit 319a426

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ cfg_if! {
249249
mod util_libc;
250250
mod use_file;
251251
mod lazy;
252-
#[path = "linux_with_fallback.rs"] mod imp;
252+
#[path = "linux_android_with_fallback.rs"] mod imp;
253253
} else if #[cfg(any(target_os = "android", target_os = "linux"))] {
254254
mod util_libc;
255255
#[path = "linux_android.rs"] mod imp;
File renamed without changes.

0 commit comments

Comments
 (0)