Fix clippy: Derive Eq for Application
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
a7165cd695
commit
759f651c4f
|
@ -107,7 +107,7 @@ pub struct Tag {
|
|||
}
|
||||
|
||||
/// Application details.
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
|
||||
pub struct Application {
|
||||
/// Name of the application.
|
||||
pub name: String,
|
||||
|
|
Loading…
Reference in New Issue