Skip to content

Commit

Permalink
remove copy and clone from EntityName
Browse files Browse the repository at this point in the history
  • Loading branch information
hqqm committed Mar 13, 2022
1 parent ac671f0 commit 97808d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl<'a> SearchService<'a> {
}
}

#[derive(Hash, PartialEq, Eq, Debug, Clone, Copy)]
#[derive(Hash, PartialEq, Eq, Debug)]
pub(crate) enum EntityName {
GROUPS,
PROJECTS,
Expand Down

0 comments on commit 97808d7

Please sign in to comment.