mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-10 21:00:41 +00:00
Don't set html_root_url (#483)
The recommendation to set this has been removed from the Rust API guidelines: https://github.com/rust-lang/api-guidelines/pull/230 It used to be used by docs.rs, but docs.rs now unconditionally sets the `--extern-html-root-url` parameter of rustdoc which overrides it, making it no longer needed and superfluous.
This commit is contained in:
parent
ebcd744054
commit
0ffcb84625
2 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
name = "curve25519-dalek"
|
name = "curve25519-dalek"
|
||||||
# Before incrementing:
|
# Before incrementing:
|
||||||
# - update CHANGELOG
|
# - update CHANGELOG
|
||||||
# - update html_root_url
|
|
||||||
# - update README if required by semver
|
# - update README if required by semver
|
||||||
# - if README was updated, also update module documentation in src/lib.rs
|
# - if README was updated, also update module documentation in src/lib.rs
|
||||||
version = "4.0.0-pre.5"
|
version = "4.0.0-pre.5"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
#![doc(
|
#![doc(
|
||||||
html_logo_url = "https://cdn.jsdelivr.net/gh/dalek-cryptography/curve25519-dalek/docs/assets/dalek-logo-clear.png"
|
html_logo_url = "https://cdn.jsdelivr.net/gh/dalek-cryptography/curve25519-dalek/docs/assets/dalek-logo-clear.png"
|
||||||
)]
|
)]
|
||||||
#![doc(html_root_url = "https://docs.rs/curve25519-dalek/4.0.0-pre.5")]
|
|
||||||
#![doc = include_str!("../README.md")]
|
#![doc = include_str!("../README.md")]
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue