Skip to content

Commit

Permalink
add fixme comment for macro invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
lapla-cogito committed Jan 10, 2025
1 parent edf3828 commit 2bd7c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/redundant_else.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ impl EarlyLintPass for RedundantElse {
}
}

// FIXME: The indentation of the suggestion would be the same as the one of the macro invocation in this implementation, see https://github.com/rust-lang/rust-clippy/pull/13936#issuecomment-2569548202
span_lint_and_sugg(
cx,
REDUNDANT_ELSE,
Expand Down

0 comments on commit 2bd7c1d

Please sign in to comment.