aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPer Lindgren <per.lindgren@ltu.se>2021-12-25 17:59:19 +0100
committerPer Lindgren <per.lindgren@ltu.se>2021-12-25 17:59:19 +0100
commit53306b1a7b470851fe3c1271133790f41d5f1d54 (patch)
tree42b864e8dabb27986cb8a2e801b7c015188e1451 /src
parent152955c18a1d81536a7e39bdda2dbcea1fe6948f (diff)
Docfix: remove pre-release note
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ba251ef..074e71e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,7 +1,4 @@
-//! Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
-//!
-//! **HEADS UP** This is an **beta** pre-release; there may be breaking changes in the API and
-//! semantics before a proper release is made.
+//! Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers.
//!
//! **IMPORTANT**: This crate is published as [`cortex-m-rtic`] on crates.io but the name of the
//! library is `rtic`.