Skip to content

Commit ba180b4

Browse files
committed
Fix nightly warning
1 parent 463febc commit ba180b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2364,6 +2364,7 @@ impl Build {
23642364
}
23652365

23662366
fn apple_flags(&self, cmd: &mut Tool) -> Result<(), Error> {
2367+
#[allow(dead_code)]
23672368
enum ArchSpec {
23682369
Device(&'static str),
23692370
Simulator(&'static str),

0 commit comments

Comments
 (0)