Skip to content

Commit a1d2178

Browse files
committed
Fix comment for Config
Element 3 is actually the opposite of what the comment says. The linked issue is completed, so i removed the comment.
1 parent d58410a commit a1d2178

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/config/config_type.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,8 @@ macro_rules! create_config {
8888
// - 0: true if the value has been access
8989
// - 1: true if the option was manually initialized
9090
// - 2: the option value
91-
// - 3: true if the option is unstable
91+
// - 3: true if the option is stable
9292
// - 4: true if the option was set manually from a CLI flag
93-
// FIXME: 4 is probably unnecessary and duplicative
94-
// https://github.com/rust-lang/rustfmt/issues/6252
9593
$($i: (Cell<bool>, bool, <$ty as StyleEditionDefault>::ConfigType, bool, bool)),+
9694
}
9795

0 commit comments

Comments
 (0)