[clang-tidy] Add missing close quote in release notes.

Sorry for the breakage.
This commit is contained in:
Martin Boehme 2022-06-03 10:27:36 +02:00
parent a29a1a33ac
commit b50542f21e
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ Changes in existing checks
template has an unnecessary value paramter. Removed the fix for a template.
- Fixed a bug in :doc:`bugprone-use-after-move
<clang-tidy/checks/bugprone-use-after-move> where a move in a lambda capture
<clang-tidy/checks/bugprone-use-after-move>` where a move in a lambda capture
was treated as if it happened within the body of the lambda, not within the
function that defines the lambda.