Skip to content

Commit fcc8816

Browse files
committed
Derive debug from BuildTargetConfigValue
1 parent 069b884 commit fcc8816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/util/config/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,6 +2222,7 @@ impl BuildTargetConfig {
22222222
}
22232223

22242224
/// Represents a value of `build.target`.
2225+
#[derive(Debug)]
22252226
pub enum BuildTargetConfigValue<'a> {
22262227
/// Path to a target specification file (in JSON).
22272228
/// <https://doc.rust-lang.org/rustc/targets/custom.html>

0 commit comments

Comments
 (0)