ART: Mark implicit constructor NOLINT

Bug: 32619234
Test: m test-art-host
Change-Id: I1f039d0c15c207c2b72a3f02a60945854db350f4
diff --git a/libdexfile/dex/class_accessor.h b/libdexfile/dex/class_accessor.h
index e9c1a82..adfc864 100644
--- a/libdexfile/dex/class_accessor.h
+++ b/libdexfile/dex/class_accessor.h
@@ -264,7 +264,7 @@
   };
 
   // Not explicit specifically for range-based loops.
-  ALWAYS_INLINE ClassAccessor(const ClassIteratorData& data);
+  ALWAYS_INLINE ClassAccessor(const ClassIteratorData& data);  // NOLINT [runtime/explicit] [5]
 
   ALWAYS_INLINE ClassAccessor(const DexFile& dex_file,
                               const DexFile::ClassDef& class_def,