From d855f8f67a4588f44ade0ed19744c99bfe81e76c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 29 Jun 2022 09:45:46 -0400 Subject: Use nodiscard attribute --- test/headers/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'test/headers/.clang-tidy') diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index 1a91f8b..1beaf9e 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -21,7 +21,6 @@ Checks: > -hicpp-no-array-decay, -llvmlibc-*, -modernize-return-braced-init-list, - -modernize-use-nodiscard, -modernize-use-trailing-return-type, -readability-identifier-length, -readability-implicit-bool-conversion, -- cgit v1.2.1