mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge pull request #76 from decentriq/main
feature(external_doc) -> doc = include_str
This commit is contained in:
commit
7af25420ec
1 changed files with 1 additions and 2 deletions
|
|
@ -16,9 +16,8 @@
|
|||
|
||||
#![no_std]
|
||||
#![cfg_attr(feature = "bench", feature(test))]
|
||||
#![cfg_attr(feature = "nightly", feature(external_doc))]
|
||||
#![cfg_attr(feature = "nightly", deny(missing_docs))]
|
||||
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
|
||||
#![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))]
|
||||
#![doc(html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png")]
|
||||
#![doc(html_root_url = "https://docs.rs/x25519-dalek/1.1.1")]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue