We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac671f0 commit 97808d7Copy full SHA for 97808d7
1 file changed
src/cmd/search.rs
@@ -44,7 +44,7 @@ impl<'a> SearchService<'a> {
44
}
45
46
47
-#[derive(Hash, PartialEq, Eq, Debug, Clone, Copy)]
+#[derive(Hash, PartialEq, Eq, Debug)]
48
pub(crate) enum EntityName {
49
GROUPS,
50
PROJECTS,
0 commit comments