Skip to content

Conversation

@danieleades
Copy link
Contributor

the codegen is outputting both From<&str> and From<&String> implementations. since &String auto-dereferences to &str this is redundant and non-idiomatic.

This is in principle a breaking change, but unlikely to have a significant impact on downstream users due to the auto-deferencing (though it's possible some patterns are doing some funny type inference that could be affected by this change)

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.

1 participant