We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e4f9f commit 1af7387Copy full SHA for 1af7387
src/lib.rs
@@ -2,6 +2,7 @@
2
3
#![deny(missing_docs)]
4
#![no_std]
5
+#![doc(html_root_url="https://docs.rs/bare_metal/1.0")]
6
7
use core::cell::UnsafeCell;
8
use core::marker::PhantomData;
0 commit comments