Skip to content

Commit a807dd0

Browse files
Update clang-tools-extra/docs/clang-tidy/checks/readability/avoid-default-lambda-capture.rst
Co-authored-by: EugeneZelenko <[email protected]>
1 parent 4bf58b6 commit a807dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/readability/avoid-default-lambda-capture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. title:: clang-tidy - readability-avoid-default-lambda-capture
22

33
readability-avoid-default-lambda-capture
4-
=========================================
4+
========================================
55

66
Warns on default lambda captures (e.g. ``[&](){ ... }``, ``[=](){ ... }``)
77

0 commit comments

Comments
 (0)