Clippy lint error

This commit is contained in:
rsdy 2022-09-23 10:30:11 +01:00 committed by Dirkjan Ochtman
parent 7cf93d15eb
commit 92dc3c8e73
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ use std::fmt::{self, Debug, Display};
use self::RenameRule::*;
/// The different possible ways to change case of fields in a struct, or variants in an enum.
#[derive(Debug, Copy, Clone, PartialEq)]
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum RenameRule {
/// Don't apply a default rename rule.
None,