Docfix: remove pre-release note

This commit is contained in:
Per Lindgren 2021-12-25 17:59:19 +01:00
parent 152955c18a
commit 53306b1a7b

View file

@ -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`.