Skip to content

Relax trait bounds on serde impl for Complex#119

Merged
cuviper merged 2 commits intorust-num:masterfrom
WalterSmuts:master
Feb 6, 2024
Merged

Relax trait bounds on serde impl for Complex#119
cuviper merged 2 commits intorust-num:masterfrom
WalterSmuts:master

Conversation

@WalterSmuts
Copy link
Contributor

Fixes: #118

Copy link
Member

@cuviper cuviper left a comment

Choose a reason for hiding this comment

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

This looks fine, thanks!

I need to fixup all num CI now that bors is gone though. I'll try to get to that soon...

@cuviper cuviper added this pull request to the merge queue Feb 6, 2024
Merged via the queue into rust-num:master with commit 0eb3e90 Feb 6, 2024
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.

Why require T : Num for implementing Deserialize for Complex<T>

2 participants