Hide false-positive usage of old headers

This commit is contained in:
2019-11-28 21:43:09 +01:00
parent ad9960635b
commit 76599a286f
+1 -1
View File
@@ -1,4 +1,4 @@
#include "./string.h"
#include "./string.h" // NOLINT(modernize-deprecated-headers)
namespace c0ding {
string::string() {