We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It appears that links in constants' docs are not resolved; the example below is correctly recognized as a link when created with cargo doc.
cargo doc
example
The text was updated successfully, but these errors were encountered:
Ahh sorry ignore my first message please @ljedrz.
Looks like your link is wrong. The space between Reduction strategies is causing this problem:
Reduction strategies
/// The [evaluation order](https://en.wikipedia.org/wiki/Lambda_calculus#Reduction strategies)
Try to replace space with a %20 and it will work on next release.
%20
Sorry, something went wrong.
I'll try that, thanks. I often do releases, so I'll be able to provide feedback soon.
I'm pretty sure your suggested fix would work, but in my case I actually had to use an underscore instead of a space and it worked nicely.
No branches or pull requests
It appears that links in constants' docs are not resolved; the example below is correctly recognized as a link when created with
cargo doc
.example
The text was updated successfully, but these errors were encountered: