Fix comment with line orders - Rust should be last. (#7037)
authorJon Simantov <jsimantov@google.com>
Wed, 26 Jan 2022 00:43:08 +0000 (19:43 -0500)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 00:43:08 +0000 (16:43 -0800)
Fix for #6867.

include/flatbuffers/idl.h

index ef5bf12..1be0795 100644 (file)
@@ -72,8 +72,8 @@ namespace flatbuffers {
 // - Go type.
 // - C# / .Net type.
 // - Python type.
-// - Rust type.
 // - Kotlin type.
+// - Rust type.
 
 // using these macros, we can now write code dealing with types just once, e.g.