[clang-tidy] Fix syntax error in release notes.

Introduced by
1b664460fa

Sorry for the breakage.
This commit is contained in:
Martin Boehme 2022-06-07 13:03:56 +02:00
parent 8131ee4c43
commit f4baf63155
1 changed files with 2 additions and 0 deletions

View File

@ -211,9 +211,11 @@ Changes in existing checks
- Fixed bugs in :doc:`bugprone-use-after-move
<clang-tidy/checks/bugprone-use-after-move>`:
- Treat a move in a lambda capture as happening in the function that defines
the lambda, not within the body of the lambda (as we were previously doing
erroneously).
- Don't emit an erroneous warning on self-moves.
Removed checks