Use TargetTriple::from_path in rustdoc
This commit is contained in:
parent
69b352ef77
commit
8260b8325c
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ impl Options {
|
|||
let target =
|
||||
matches.opt_str("target").map_or(TargetTriple::from_triple(host_triple()), |target| {
|
||||
if target.ends_with(".json") {
|
||||
TargetTriple::TargetPath(PathBuf::from(target))
|
||||
TargetTriple::from_path(Path::new(&target))
|
||||
} else {
|
||||
TargetTriple::TargetTriple(target)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue