From f2bed291baf8952c78fbd1e74157234a8acdbfd3 Mon Sep 17 00:00:00 2001 From: David Alber Date: Mon, 12 Feb 2018 21:48:57 -0800 Subject: [PATCH] Fixing command-line option name --- Configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations.md b/Configurations.md index 4390d49d125..024ff46ffc3 100644 --- a/Configurations.md +++ b/Configurations.md @@ -11,7 +11,7 @@ reorder_imported_names = true Each configuration option is either stable or unstable. Stable options can be used directly, while unstable options are opt-in. -To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-options` to rustfmt. +To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-features` to rustfmt. # Configuration Options -- 2.44.0