Skip to content

Commit

Permalink
Allow unsued field in RRLyr
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Jun 25, 2024
1 parent 64dab88 commit 5790c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-util/src/lc_data/rrlyr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use light_curve_feature::Float;

pub struct RrLyr<T> {
pub id: usize,
#[allow(dead_code)]
pub subtype: String,
pub period: T,
pub light_curve: MultiColorLightCurve<T>,
Expand Down

0 comments on commit 5790c36

Please sign in to comment.