Skip to content

Commit

Permalink
Docs: Remove note about no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed May 20, 2024
1 parent f0373b8 commit f82d47d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
//! - `eh1`: Provide module [`eh1`] that mocks embedded-hal version 1.x
//! - `embedded-time`: Enable the [`eh0::timer`] module (enabled by default)
//! - `embedded-hal-async`: Provide mocks for embedded-hal-async in [`eh1`]
//!
//! ## no\_std
//!
//! Currently this crate is not `no_std`. If you think this is important, let
//! me know.
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
#![deny(missing_docs)]

Expand Down

0 comments on commit f82d47d

Please sign in to comment.