Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit c03c292

Browse files
crapStonecrapStone
andcommitted
fix pipeline (#1508)
Co-authored-by: crapStone <crapstone01@gmail.com> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1508 Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
1 parent 576ad47 commit c03c292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/load_save/src/beryllium/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub struct Templates {
4949
pub templates: Vec<Template>,
5050
}
5151

52-
#[derive(Debug, Deserialize, PartialEq)]
52+
#[derive(Debug, Deserialize, PartialEq, Eq)]
5353
#[serde(rename_all = "kebab-case")]
5454
pub enum TemplateCategory {
5555
Danger,

crates/search/src/gestis/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use serde::{Deserialize, Serialize};
22

3-
#[derive(Debug, PartialEq)]
3+
#[derive(Debug, PartialEq, Eq)]
44
pub struct ParsedData {
55
pub cas: Vec<String>,
66
pub molecular_formula: Vec<String>,

0 commit comments

Comments
 (0)