Small usability tweaks to the rust codegen. (#5213)

This commit is contained in:
Mathias Svensson
2019-03-08 22:54:57 +01:00
committed by Robert
parent 9e82ee2527
commit 4f10da8d99
3 changed files with 13 additions and 13 deletions

View File

@@ -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,