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 nightly docs #372

Closed
wants to merge 1 commit into from
Closed

Conversation

rubdos
Copy link
Contributor

@rubdos rubdos commented Oct 6, 2021

Currently doc-internal.dalek.rs/../backend does not display the vector implementation anymore, because cfg(rustdoc) got changed to cfg(doc) [citation needed].

image

This patch changes that. Relately, this changes doc(include = "path") to doc = include_str!("path"), which was suggested by my compiler. Possibly, this means that soon, #![cfg_attr(feature = "nightly", feature(doc_cfg))] can be dropped from lib.rs.

image

Compiled documentation available on https://nas.rubdos.be/~rsmet/curve25519-dalek/curve25519_dalek/

@rubdos
Copy link
Contributor Author

rubdos commented Nov 23, 2021

Closing in favour of zkcrypto@7ba81d7

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.

1 participant