Skip to content

Conversation

@holoujak
Copy link
Owner

No description provided.

@holoujak holoujak requested a review from trnila October 19, 2025 17:53
src/printer.rs Outdated
finished.truncate(limit);
}

if limit.is_none() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

else?

Copy link
Owner Author

Choose a reason for hiding this comment

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

ok

src/printer.rs Outdated
.racers
.iter()
.filter(|r| r.categories.contains(category))
.filter(|r| r.finish.is_some())
Copy link
Collaborator

Choose a reason for hiding this comment

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

its repeated multiple times - maybe introduce a new method (in a race directly)?

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

@holoujak holoujak requested a review from trnila October 19, 2025 18:13
@holoujak holoujak merged commit 8c04e2d into master Oct 19, 2025
2 checks passed
@holoujak holoujak deleted the print-winners-list branch October 19, 2025 18:17
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