drop external_doc feature gate usage#85
drop external_doc feature gate usage#85isislovecruft merged 2 commits intodalek-cryptography:developfrom
external_doc feature gate usage#85Conversation
|
I've stumbled on this when trying the |
Co-authored-by: daxpedda <daxpedda@gmail.com>
Updated dependencies such that Rust stable 1.53 is now supported. The optimised avx_2 option will NOT rust on stable because there's still an unstable feature on subtle-ng. BUT this feature is actually for doc generation and has been removed from Rust. As soon as subtle-ng merges dalek-cryptography/subtle#85, avx2 will probably be supported on stable as well. The rand dep update breaks the benchmarks, but these will be fixed in the next commit.
Updated dependencies such that Rust stable 1.53 is now supported. The optimised avx_2 option will NOT rust on stable because there's still an unstable feature on subtle-ng. BUT this feature is actually for doc generation and has been removed from Rust. As soon as subtle-ng merges dalek-cryptography/subtle#85, avx2 will probably be supported on stable as well. The rand dep update breaks the benchmarks, but these will be fixed in the next commit.
Updated dependencies such that Rust stable 1.53 is now supported. The optimised avx_2 option will NOT rust on stable because there's still an unstable feature on subtle-ng. BUT this feature is actually for doc generation and has been removed from Rust. As soon as subtle-ng merges dalek-cryptography/subtle#85, avx2 will probably be supported on stable as well. The rand dep update breaks the benchmarks, but these will be fixed in the next commit.
* Support stable rust Updated dependencies such that Rust stable 1.53 is now supported. The optimised avx_2 option will NOT rust on stable because there's still an unstable feature on subtle-ng. BUT this feature is actually for doc generation and has been removed from Rust. As soon as subtle-ng merges dalek-cryptography/subtle#85, avx2 will probably be supported on stable as well. The rand dep update breaks the benchmarks, but these will be fixed in the next commit. * Update benchmarks and fmt * Update benchmark code to use new dependency APIs * Run rust-fmt
Updated dependencies such that Rust stable 1.53 is now supported. The optimised avx_2 option will NOT rust on stable because there's still an unstable feature on subtle-ng. BUT this feature is actually for doc generation and has been removed from Rust. As soon as subtle-ng merges dalek-cryptography/subtle#85, avx2 will probably be supported on stable as well. The rand dep update breaks the benchmarks, but these will be fixed in the next commit.
* Support stable rust Updated dependencies such that Rust stable 1.53 is now supported. The optimised avx_2 option will NOT rust on stable because there's still an unstable feature on subtle-ng. BUT this feature is actually for doc generation and has been removed from Rust. As soon as subtle-ng merges dalek-cryptography/subtle#85, avx2 will probably be supported on stable as well. The rand dep update breaks the benchmarks, but these will be fixed in the next commit. * Update benchmarks and fmt * Update benchmark code to use new dependency APIs * Run rust-fmt * Use source coverage in tests Replace the grcov action with the more accurate source coverage approach as detailed in https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/instrument-coverage.html This PR also provides the `test_coverage.sh` script that generates a test coverage report lcoally (see the comments for setting up pre-requisites) * Exclude std lib from coverage
|
Note that has of now, the new |
isislovecruft
left a comment
There was a problem hiding this comment.
Hi @Centril! Thanks for the PR! Merging for 2.4.1.
|
I suppose I should include this patch for releases of 2.3.x and 2.2.x since people seem to still be using those. |
|
C.f. #86 where I describe and fix an issue, also note that currently I've only patched this to the 2.4.x series (but I'm perfectly happy to go back to other versions if anyone needs it). |
The feature no longer exists on nightly.