Skip to content

Commit

Permalink
Rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 21, 2024
1 parent 2cc9413 commit 319a426
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ cfg_if! {
mod util_libc;
mod use_file;
mod lazy;
#[path = "linux_with_fallback.rs"] mod imp;
#[path = "linux_android_with_fallback.rs"] mod imp;
} else if #[cfg(any(target_os = "android", target_os = "linux"))] {
mod util_libc;
#[path = "linux_android.rs"] mod imp;
Expand Down
File renamed without changes.

0 comments on commit 319a426

Please sign in to comment.