aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/src/lib.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2018-09-07 12:36:49 +0000
committerGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2018-09-07 12:36:49 +0000
commit9cb792ed7b6b45071080816d383296491c57202f (patch)
treed4a52de107865116c35aac542d533c2dcf6389eb /cortex-m-rt/src/lib.rs
parent66a90cd1dc7000c61abd608cbf8eb368851b7704 (diff)
parent33ebd5ded7bd3f31641c997684bd5608bbcc2098 (diff)
downloadcortex-m-9cb792ed7b6b45071080816d383296491c57202f.tar.gz
cortex-m-9cb792ed7b6b45071080816d383296491c57202f.tar.zst
cortex-m-9cb792ed7b6b45071080816d383296491c57202f.zip
Merge #108
108: README: update the documentation link r=therealprof a=japaric because we have `readme = "README.md"` set in Cargo.toml the crates.io page renders the README which contains a BIG "Documentation" link that points to docs.rs which is broken. This commit makes that link point to our GH page. r? @rust-embedded/cortex-m (anyone) I have also observed that the smaller "documentation" link in the crates.io page is ignoring the "documentation" field and pointing to docs.rs. I reported this as a bug in rust-lang/crates.io#1485 Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'cortex-m-rt/src/lib.rs')
-rw-r--r--cortex-m-rt/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs
index ad36400..f3e58d0 100644
--- a/cortex-m-rt/src/lib.rs
+++ b/cortex-m-rt/src/lib.rs
@@ -1,4 +1,4 @@
-//! Minimal startup / runtime for Cortex-M microcontrollers
+//! Startup code and minimal runtime for Cortex-M microcontrollers
//!
//! This crate contains all the required parts to build a `no_std` application (binary crate) that
//! targets a Cortex-M microcontroller.