Skip to content

Commit

Permalink
Fix comment for Config
Browse files Browse the repository at this point in the history
Element 3 is actually the opposite of what the comment says.

The linked issue is completed, so i removed the comment.
  • Loading branch information
Rawk committed Sep 20, 2024
1 parent 2fdb48b commit 5f390e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/config/config_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@ macro_rules! create_config {
// - 0: true if the value has been access
// - 1: true if the option was manually initialized
// - 2: the option value
// - 3: true if the option is unstable
// - 3: true if the option is stable
// - 4: true if the option was set manually from a CLI flag
// FIXME: 4 is probably unnecessary and duplicative
// https://github.com/rust-lang/rustfmt/issues/6252
$($i: (Cell<bool>, bool, <$ty as StyleEditionDefault>::ConfigType, bool, bool)),+
}

Expand Down

0 comments on commit 5f390e4

Please sign in to comment.