Skip to content

Conversation

@emilio
Copy link
Member

@emilio emilio commented Nov 29, 2025

Follow-up to #410

@emilio
Copy link
Member Author

emilio commented Nov 29, 2025

(These are just review comments that I'm applying on top of the previous patch)

};
if let Some(v) = int_value {
return write!(dest, "{}", v);
}
Copy link
Member

Choose a reason for hiding this comment

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

Could be expressed slightly more succinctly inline:

Suggested change
}
if let Some(v) = int_value {
return write!(dest, "{v}");
}

Copy link
Member Author

Choose a reason for hiding this comment

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

Gah, auto-merge was faster...

@emilio emilio added this pull request to the merge queue Nov 29, 2025
Merged via the queue into main with commit 6967a85 Nov 29, 2025
15 checks passed
@emilio emilio deleted the number-cleanup branch November 30, 2025 09:36
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.

3 participants