Skip to content

Conversation

@holoujak
Copy link
Owner

No description provided.

@holoujak holoujak force-pushed the categories-rank branch 4 times, most recently from 6881d8e to 10d50c8 Compare October 13, 2025 18:56
}
}
_ => {
println!("Unimplemented filter for field {:?}", field);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tracing::error!

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

src/race.rs Outdated
pub track: Track,
pub track_rank: Option<u32>,
pub categories: Vec<Category>,
pub categories_rank: Option<HashMap<Category, u32>>,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why Option? we can keep it just empty?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as you wish :)

@holoujak holoujak merged commit 99e7da9 into master Oct 13, 2025
2 checks passed
@holoujak holoujak deleted the categories-rank branch October 13, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants