-
Notifications
You must be signed in to change notification settings - Fork 223
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
Incorrect path for doc include range proof #283
Comments
Thanks for spotting this -- I think that there might have been a change to doc import paths. Right now we're in a bit of a weird state because the travis config is using an outdated nightly, so I'll circle back to this after updating it. |
https://rust-lang.github.io/rustup-components-history/ suggests that all of the components we like (rls, fmt, etc) are available as of today's nightly, let's try upgrading. |
Tested and fixed. I'll close the PR + this issue. Thanks! |
Seems I'm having some problems to evaluate the path for the doc includes with the latest Rust.
The absolute path should consider one more level. Here is a pull request that fixes it.
#282
The text was updated successfully, but these errors were encountered: