From 4f396e6528ae6bfc4b847fa7d67d8e24a3dd4933 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 22 Jan 2021 10:37:10 -0500 Subject: clang-tidy: fix `performance-no-automatic-move` warnings --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 9638473cb3..8e8ebdad02 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -17,7 +17,6 @@ modernize-*,\ -modernize-use-trailing-return-type,\ -modernize-use-transparent-functors,\ performance-*,\ --performance-no-automatic-move,\ -performance-trivially-destructible,\ readability-*,\ -readability-convert-member-functions-to-static,\ -- cgit v1.2.1