Skip to content

Commit

Permalink
Remove unused code warnings from Windows build (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIOB authored Mar 3, 2024
1 parent 7c268c3 commit 1d4578d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dist/pkg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ use std::str;

use crate::errors::*;

#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
pub use self::toolchain_imp::*;

pub trait ToolchainPackager: Send {
Expand Down

0 comments on commit 1d4578d

Please sign in to comment.