Skip to content

Commit

Permalink
Merge #1774
Browse files Browse the repository at this point in the history
1774: Fix typo guarding memfd export on android. r=asomers a=detly

Extremely minor but crucial typo on import guard from #1773. `@flxo` 

Co-authored-by: Jason Heeris <jason.heeris@gmail.com>
  • Loading branch information
bors[bot] and detly committed Jul 26, 2022
2 parents 981df92 + 4e3426f commit f8794dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ feature! {
#[macro_use]
pub mod ioctl;

#[cfg(any(target_is = "android", target_os = "linux"))]
#[cfg(any(target_os = "android", target_os = "linux"))]
feature! {
#![feature = "fs"]
pub mod memfd;
Expand Down

0 comments on commit f8794dd

Please sign in to comment.