Skip to content

Commit 184adc7

Browse files
committed
Another fix for remaining clippy warnings
1 parent dda9d7c commit 184adc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pool.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! This module/API is only available on these compilation targets:
66
//!
77
//! - ARM architectures which instruction set include the LDREX, CLREX and STREX instructions, e.g.
8-
//! `thumbv7m-none-eabi` but not `thumbv6m-none-eabi`
8+
//! `thumbv7m-none-eabi` but not `thumbv6m-none-eabi`
99
//! - 32-bit x86, e.g. `i686-unknown-linux-gnu`
1010
//!
1111
//! # Benchmarks
@@ -37,8 +37,8 @@
3737
//! ```
3838
//!
3939
//! - measurement method: the cycle counter (CYCCNT) register was sampled each time a breakpoint
40-
//! (`bkpt`) was hit. the difference between the "after" and the "before" value of CYCCNT yields the
41-
//! execution time in clock cycles.
40+
//! (`bkpt`) was hit. the difference between the "after" and the "before" value of CYCCNT yields the
41+
//! execution time in clock cycles.
4242
//!
4343
//! | API | clock cycles |
4444
//! |------------------------------|--------------|

0 commit comments

Comments
 (0)