mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 06:28:39 +00:00
Small usability tweaks to the rust codegen. (#5213)
This commit is contained in:
@@ -31,7 +31,7 @@ pub mod namespace_b {
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[repr(i8)]
|
||||
#[derive(Clone, Copy, PartialEq, Debug)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
|
||||
pub enum EnumInNestedNS {
|
||||
A = 0,
|
||||
B = 1,
|
||||
|
||||
Reference in New Issue
Block a user