Skip to content

Commit 7f14d17

Browse files
committed
fix rustdoc warnings
1 parent f324cee commit 7f14d17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cortex-m-rt/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@
270270
//! }
271271
//! }
272272
//! ```
273+
//!
274+
//! [1]: https://doc.rust-lang.org/unstable-book/language-features/lang-items.html
275+
//! [qs]: https://docs.rs/cortex-m-quickstart/0.2.0/cortex_m_quickstart/
276+
//! [2]: https://sourceware.org/binutils/docs/ld/MEMORY.html
273277
274278
#![cfg_attr(any(target_arch = "arm", feature = "abort-on-panic"), feature(core_intrinsics))]
275279
#![deny(missing_docs)]

0 commit comments

Comments
 (0)