Skip to content

Commit 965cf48

Browse files
jhbruhneldruin
andcommitted
Apply suggestions from code review for README and no_std/std flag
Co-authored-by: Diego Barrios Romero <[email protected]>
1 parent 1ef6516 commit 965cf48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ fn main() {
8989

9090
The crate contains few features to disable or enable certain functionalities:
9191

92-
* std
93-
* Enables functionality that Rust std library provides instead of using libm for some maths functions
92+
* `std`
93+
* Enables functionality that Rust standard library provides instead of using `libm` for some math functions
9494
* from_str
9595
* Allows creating measurement units from string input
9696

0 commit comments

Comments
 (0)