Skip to content

Commit 6f55a1c

Browse files
committed
``
1 parent 0d612ec commit 6f55a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/performance/lost-std-move.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
performance-lost-std-move
44
=========================
55

6-
Warns if copy constructor is used instead of std::move() and suggests a fix.
6+
Warns if copy constructor is used instead of ``std::move()`` and suggests a fix.
77
It honours cycles, lambdas, and unspecified call order in compound expressions.
88

99
.. code-block:: c++

0 commit comments

Comments
 (0)