From d4584ffcc12df81a1b6e002233350a7850f84895 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Sep 2022 17:36:30 -0400 Subject: Fix incorrect use of std::move --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index a941ce1..f2608a1 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -12,7 +12,6 @@ Checks: > -*-use-auto, -altera-*, -bugprone-easily-swappable-parameters, - -bugprone-move-forwarding-reference, -cert-oop54-cpp, -cppcoreguidelines-init-variables, -cppcoreguidelines-owning-memory, -- cgit v1.2.1