Skip to content

Commit fc509d0

Browse files
flaviocvalpackett
authored andcommitted
Use similar syntax
1 parent 8a99a04 commit fc509d0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/platform/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ pub use self::windows::PlatformImpl;
1010
#[cfg(unix)]
1111
pub mod unix;
1212

13-
#[cfg(any(
14-
target_os = "linux",
15-
target_os = "hurd",
16-
))]
13+
#[cfg(any(target_os = "linux", target_os = "hurd"))]
1714
mod procfs;
1815

1916
#[cfg(any(

0 commit comments

Comments
 (0)