chaokunyang commented on code in PR #2492:
URL: https://github.com/apache/fory/pull/2492#discussion_r2298038477
##########
rust/fory-core/src/types.rs:
##########
@@ -40,27 +40,50 @@ pub enum RefFlag {
}
#[derive(Clone, Copy, Debug, PartialEq, TryFromPrimitive, IntoPrimitive)]
+#[allow(non_camel_case_types)]
#[repr(i16)]
pub enum FieldType {
Review Comment:
A consistent name across languages would be better for users and new
contributors
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]