Fix comment with line orders - Rust should be last. (#7037)

Fix for #6867.
This commit is contained in:
Jon Simantov
2022-01-25 19:43:08 -05:00
committed by GitHub
parent a0a6c3f8c6
commit 162ad7a37e

View 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.