Skip to content

Commit 1e68460

Browse files
committed
Mark used-in-subtree-only cg_gcc field as #[allow(unused)]
This field will be used in future commits currently in the subtree and should not be removed.
1 parent 6c7f53d commit 1e68460

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_codegen_gcc/build_system/src

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_gcc/build_system/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use std::env as std_env;
55
pub struct ConfigInfo {
66
pub target: String,
77
pub target_triple: String,
8+
#[allow(dead_code)]
89
pub rustc_command: Vec<String>,
910
}
1011

0 commit comments

Comments
 (0)