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

rust: add explicit to_string for SbpString #859

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

silverjam
Copy link
Contributor

@silverjam silverjam commented Sep 22, 2020

There seems to be a to_string method that gets picked up by default and this converts the SbpString to it's debug representation which is not what we want... instad add an explicit to_string implementation.

There seems to be a to_string method that gets picked up by
default and this converts the SbpString to it's debug representation
which is not what we want... instad add an explicit to_string
implementation.
@silverjam
Copy link
Contributor Author

Merging with failing tests since Haskell stackage servers are down

@silverjam silverjam merged commit 65fa0e1 into master Sep 22, 2020
@silverjam silverjam deleted the silverjam/rust-sbp-string-to-string branch September 22, 2020 16:02
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