Skip to content

Commit 00eaa57

Browse files
committed
Remove unused code warnings from Windows build
1 parent 1366c74 commit 00eaa57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dist/pkg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ use std::str;
2020

2121
use crate::errors::*;
2222

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

2526
pub trait ToolchainPackager: Send {

0 commit comments

Comments
 (0)