Skip to content

Commit

Permalink
lib: remove stale html_root_url doc attribute.
Browse files Browse the repository at this point in the history
The Rustls fork of webpki doesn't host rustdocs somewhere that would
require a `html_root_url` doc attribute override. This commit removes
the stale instance from the upstream crate this one was forked from.
  • Loading branch information
cpu committed Jun 23, 2023
1 parent ea903c8 commit c24c617
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
//! | `alloc` | Enable features that require use of the heap. Currently all RSA signature algorithms require this feature. |
//! | `std` | Enable features that require libstd. Implies `alloc`. |

#![doc(html_root_url = "https://briansmith.org/rustdoc/")]
#![cfg_attr(not(feature = "std"), no_std)]
#![warn(unreachable_pub)]
#![deny(warnings, missing_docs, clippy::as_conversions)]
Expand Down

0 comments on commit c24c617

Please sign in to comment.