more clippy fixes
This commit is contained in:
@@ -2071,7 +2071,7 @@ impl Target {
|
||||
/// JSON decoding.
|
||||
pub fn search(
|
||||
target_triple: &TargetTriple,
|
||||
sysroot: &PathBuf,
|
||||
sysroot: &Path,
|
||||
) -> Result<(Target, TargetWarnings), String> {
|
||||
use rustc_serialize::json;
|
||||
use std::env;
|
||||
|
||||
Reference in New Issue
Block a user