Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Atmelfan authored Feb 17, 2022
1 parent 8c3bad3 commit 3b06f08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Requires more data and program memory.
- `std` - Use std library, note that libm feature can be disabled with std.

These features are by default turned **ON**.
- `libm` - Uses libm for no_std operation on stable.
- `unit-*` - Creates conversion from a argument \[and suffix] into corresponding [uom](https://crates.io/crates/uom) unit. Disable the ones you don't need to save space and skip uom.

## Getting started
Expand Down
1 change: 0 additions & 1 deletion scpi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
//! - `std` - Use std library, note that libm feature can be disabled with std.
//!
//! These features are by default turned **ON**.
//! - `libm` - Uses libm for no_std operation on stable.
//! - `unit-*` - Creates conversion from a argument \[and suffix] into corresponding [uom](https://crates.io/crates/uom) unit. Disable the ones you don't need to save space and skip uom.
//!
//! # Getting started
Expand Down

0 comments on commit 3b06f08

Please sign in to comment.