We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5935613 commit 3d1c579Copy full SHA for 3d1c579
1 file changed
cpp2rust/converter/lex.h
@@ -62,5 +62,5 @@ inline constexpr const char kDyn[] = "dyn";
62
namespace token {
63
inline constexpr const char kDefault[] = "Default::default()";
64
inline constexpr const char kIgnoreRule[] = "libcc2rs::IgnoreRule";
65
-}
+} // namespace token
66
} // namespace cpp2rust
0 commit comments