Skip to content

Commit

Permalink
Require rust >= 1.40 and drop libc_non_exhaustive conditional
Browse files Browse the repository at this point in the history
[ resolve conflicts - Trevor ]

(apply <rust-lang#4060> to `main`)
(cherry picked from commit d00d1de)
  • Loading branch information
joshtriplett authored and tgross35 committed Nov 17, 2024
1 parent c754031 commit 0c80ef4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/unix/linux_like/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6461,6 +6461,3 @@ cfg_if! {

mod arch;
pub use self::arch::*;

mod non_exhaustive;
pub use self::non_exhaustive::*;
9 changes: 0 additions & 9 deletions src/unix/linux_like/linux/non_exhaustive.rs

This file was deleted.

0 comments on commit 0c80ef4

Please sign in to comment.