Skip to content

Commit a37f28b

Browse files
author
Daniel Lockyer
authored
Add html_root_url in lib.rs
1 parent e5e36f1 commit a37f28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at
8585

8686
#![cfg_attr(feature="nightly", feature(const_fn, allow_internal_unstable, core_intrinsics))]
8787

88+
#![doc(html_root_url = "https://docs.rs/lazy_static/0.2.6")]
8889
#![no_std]
8990

9091
#[cfg(not(feature="nightly"))]

0 commit comments

Comments
 (0)