Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the debug output for
TargetSelection
less verbose
In particular, this makes the output of `x build -vv` easier to read. Before: ``` c Sysroot { compiler: Compiler { stage: 0, host: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } } } ``` After: ``` c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu } } ```
- Loading branch information