Skip to content

Commit

Permalink
Fix nightly warning
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Jan 24, 2024
1 parent caca7b6 commit d493b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2364,6 +2364,7 @@ impl Build {
}

fn apple_flags(&self, cmd: &mut Tool) -> Result<(), Error> {
#[allow(dead_code)]
enum ArchSpec {
Device(&'static str),
Simulator(&'static str),
Expand Down

0 comments on commit d493b90

Please sign in to comment.