Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/registry.rs: Remove Add trait impls #69

Merged
merged 2 commits into from
Jul 11, 2022

Conversation

erenon
Copy link
Contributor

@erenon erenon commented Jul 4, 2022

They interact with builtin implementation in confusing ways:
rust-lang/rust#77143

Fixes #68

Copy link
Member

@mxinden mxinden left a comment

Choose a reason for hiding this comment

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

Thanks @erenon. Would you mind adding a changelog entry?

Once that is in, if you want, I can cut a new release.

They interact with builtin implementation in confusing ways:
rust-lang/rust#77143

Fixes prometheus#68

Signed-off-by: Benedek Thaler <erenon2@gmail.com>
@erenon
Copy link
Contributor Author

erenon commented Jul 10, 2022

Thanks @erenon. Would you mind adding a changelog entry?

Done.

CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Max Inden <mail@max-inden.de>
@mxinden mxinden merged commit 540df66 into prometheus:master Jul 11, 2022
ackintosh pushed a commit to ackintosh/client_rust that referenced this pull request Aug 27, 2022
They conflict with builtin implementations, see
rust-lang/rust#77143

Signed-off-by: Benedek Thaler <erenon2@gmail.com>
Signed-off-by: ackintosh <sora.akatsuki@gmail.com>
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.

Remove impl Add<&Prefix> for String
2 participants