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

updated the path to fix compilation error #290

Closed
wants to merge 1 commit into from

Conversation

ssahai
Copy link

@ssahai ssahai commented Jul 31, 2019

Fixing the following error:

error: couldn't read src/range_proof/../docs/range-proof-protocol.md: No such file or directory (os error 2)
--> src/range_proof/mod.rs:2:18
|
2 | #![doc(include = "../docs/range-proof-protocol.md")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ couldn't read file

@hdevalence
Copy link
Contributor

Hey, thanks for sending this PR!

I'm going to close it, though, because it's a duplicate of #283 -- the only reason that one hasn't been merged yet is that this change to import path roots for doc(include) happened recently, and we need to check which nightly version so that we can update the CI pin (#287) so the CI isn't out of sync, and that required fixing up #277 because the development branch got out of sync.

Thanks for your understanding :)

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