Skip to content

Commit 1af7387

Browse files
committed
Add html_root_url
1 parent b5e4f9f commit 1af7387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
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)