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

fix: visibility of reqs::Order constructors #10

Merged

Conversation

rschmukler
Copy link
Contributor

Please forgive me if this isn't actually necessary. I believe that pub(crate) is ambiguous on struct constructors and doesn't actually cause these functions to be exposed publicly.

If I'm incorrect here, please excuse this PR and let me know the correct syntax to create a request using market or limit constructors from an external package.

This commit fixes an issue where `pub(crate)` struct constructors
wouldn't actually be exposed.
@inv2004 inv2004 merged commit a236411 into inv2004:master Jul 17, 2019
@inv2004
Copy link
Owner

inv2004 commented Jul 17, 2019

Merged, it was wrong decision to think that it not necessary to oneone. Will pub 0.4.1 now.

@inv2004
Copy link
Owner

inv2004 commented Jul 17, 2019

Thank you for your help with the library.

@rschmukler
Copy link
Contributor Author

Thank you for the quick publishing!

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.

None yet

2 participants