Skip to content

Commit aeea2e5

Browse files
committed
Remove unused bootstrap flag
1 parent c44ea84 commit aeea2e5

File tree

10 files changed

+187
-650
lines changed

10 files changed

+187
-650
lines changed

src/bootstrap/src/core/config/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ impl Config {
420420
src: flags_src,
421421
jobs: flags_jobs,
422422
warnings: flags_warnings,
423-
error_format: flags_error_format,
424423
json_output: flags_json_output,
425424
color: flags_color,
426425
bypass_bootstrap_lock: flags_bypass_bootstrap_lock,

src/bootstrap/src/core/config/flags.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ pub struct Flags {
8080
/// include default paths in addition to the provided ones
8181
pub include_default_paths: bool,
8282

83+
/// rustc error format
8384
#[arg(global = true, value_hint = clap::ValueHint::Other, long)]
8485
pub rustc_error_format: Option<String>,
8586

@@ -127,9 +128,6 @@ pub struct Flags {
127128
/// otherwise, use the default configured behaviour
128129
pub warnings: Warnings,
129130

130-
#[arg(global = true, value_hint = clap::ValueHint::Other, long, value_name = "FORMAT")]
131-
/// rustc error format
132-
pub error_format: Option<String>,
133131
#[arg(global = true, long)]
134132
/// use message-format=json
135133
pub json_output: bool,

src/etc/completions/x.fish

Lines changed: 24 additions & 47 deletions
Large diffs are not rendered by default.

src/etc/completions/x.ps1

Lines changed: 23 additions & 46 deletions
Large diffs are not rendered by default.

src/etc/completions/x.py.fish

Lines changed: 24 additions & 47 deletions
Large diffs are not rendered by default.

src/etc/completions/x.py.ps1

Lines changed: 23 additions & 46 deletions
Large diffs are not rendered by default.

src/etc/completions/x.py.sh

Lines changed: 23 additions & 184 deletions
Large diffs are not rendered by default.

src/etc/completions/x.py.zsh

Lines changed: 23 additions & 46 deletions
Large diffs are not rendered by default.

src/etc/completions/x.sh

Lines changed: 23 additions & 184 deletions
Large diffs are not rendered by default.

src/etc/completions/x.zsh

Lines changed: 23 additions & 46 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)