summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2020-10-22 22:34:35 +0530
committerGitHub <noreply@github.com>2020-10-22 19:04:35 +0200
commitd592c128cf42852d2ccffc45574761fd78de8fa7 (patch)
tree735ffb52c7ef6157eebff05eed8bda87cdbc267c /cli/flags.rs
parent17eaede6438ee62416468815621f19cc0567989c (diff)
chores(cli/fmt): make --ignore stable (#7922)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/flags.rs')
-rw-r--r--cli/flags.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index 07707ae6c..e0eae867c 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -694,7 +694,6 @@ Ignore formatting a file by adding an ignore comment at the top of the file:
.arg(
Arg::with_name("ignore")
.long("ignore")
- .requires("unstable")
.takes_value(true)
.use_delimiter(true)
.require_equals(true)