Skip to content

Commit 23db60b

Browse files
committed
Add html_root_url
1 parent b5e4f9f commit 23db60b

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
@@ -2,6 +2,7 @@
22
33
#![deny(missing_docs)]
44
#![no_std]
5+
#![doc(html_root_url="https://docs.rs/bare-metal/1.0")]
56

67
use core::cell::UnsafeCell;
78
use core::marker::PhantomData;

0 commit comments

Comments
 (0)