Skip to content

Commit

Permalink
Correctly set doc(html_root_url) attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 12, 2023
1 parent 4245978 commit 9c96844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
//! time, but otherwise it's important to be aware of the limitations of
//! unwinding-based backtraces!

#![doc(html_root_url = "https://docs.rs/backtrace")]
#![cfg_attr(feature = "std", doc(html_root_url = "https://docs.rs/backtrace"))]
#![deny(missing_docs)]
#![no_std]
#![cfg_attr(
Expand Down

0 comments on commit 9c96844

Please sign in to comment.