diff options
| author | Per Lindgren <per.lindgren@ltu.se> | 2021-12-25 17:59:19 +0100 |
|---|---|---|
| committer | Per Lindgren <per.lindgren@ltu.se> | 2021-12-25 17:59:19 +0100 |
| commit | 53306b1a7b470851fe3c1271133790f41d5f1d54 (patch) | |
| tree | 42b864e8dabb27986cb8a2e801b7c015188e1451 /src | |
| parent | 152955c18a1d81536a7e39bdda2dbcea1fe6948f (diff) | |
Docfix: remove pre-release note
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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`. |
