Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Set html_root_url
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 5, 2023
1 parent adadaef commit ab0e33d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
//!
//! Here `Letter::n(65)` would return `Some(Letter::A)`.
#![doc(html_root_url = "https://docs.rs/enumn/0.1.6")]
#![allow(
clippy::missing_panics_doc,
clippy::needless_doctest_main,
Expand Down

0 comments on commit ab0e33d

Please sign in to comment.