Skip to content

Commit

Permalink
Removed Eq from derive
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanerix committed Oct 2, 2024
1 parent 6da1e7d commit 7eb1db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::components::{LanguageIcon, Repo, RepoLoading};

static REPOS_WHITELIST: [&str; 3] = ["portfolio-rs", "mnist-ai-rust", "lerpz-backend"];

#[derive(Deserialize, Serialize, Debug, Clone, Eq)]
#[derive(Deserialize, Serialize, Debug, Clone)]
pub struct RepoData {
pub name: String,
pub html_url: String,
Expand Down

0 comments on commit 7eb1db2

Please sign in to comment.