Skip to content

Commit 97808d7

Browse files
committed
remove copy and clone from EntityName
1 parent ac671f0 commit 97808d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmd/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl<'a> SearchService<'a> {
4444
}
4545
}
4646

47-
#[derive(Hash, PartialEq, Eq, Debug, Clone, Copy)]
47+
#[derive(Hash, PartialEq, Eq, Debug)]
4848
pub(crate) enum EntityName {
4949
GROUPS,
5050
PROJECTS,

0 commit comments

Comments
 (0)