Fix tests fail since modify Container attributes rename_all

This commit is contained in:
vinoca
2018-12-20 14:30:23 +08:00
parent 0dae5db30e
commit 7e82809592
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use std::str::FromStr;
use self::RenameRule::*;
/// The different possible ways to change case of fields in a struct, or variants in an enum.
#[derive(PartialEq, Copy, Clone)]
#[derive(Copy, Clone, PartialEq, Debug)]
pub enum RenameRule {
/// Don't apply a default rename rule.
None,