Skip to content

Commit 9c96844

Browse files
Correctly set doc(html_root_url) attribute
1 parent 4245978 commit 9c96844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
//! time, but otherwise it's important to be aware of the limitations of
8787
//! unwinding-based backtraces!
8888
89-
#![doc(html_root_url = "https://docs.rs/backtrace")]
89+
#![cfg_attr(feature = "std", doc(html_root_url = "https://docs.rs/backtrace"))]
9090
#![deny(missing_docs)]
9191
#![no_std]
9292
#![cfg_attr(

0 commit comments

Comments
 (0)