Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
fix build break from 20099 (#20131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiseda authored Sep 23, 2021
1 parent 873bd33 commit 61a3df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-tuner/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[cfg(target_os = "linux")]
#[cfg(not(target_family = "windows"))]
use clap::{crate_description, crate_name, value_t_or_exit, App, Arg};
use log::*;

Expand Down

0 comments on commit 61a3df6

Please sign in to comment.