We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7621cd + 44c9818 commit 132e383Copy full SHA for 132e383
library/core/src/hint.rs
@@ -277,7 +277,7 @@ pub fn spin_loop() {
277
/// - Treats the call to `contains` and its result as volatile: the body of `benchmark` cannot
278
/// optimize this away
279
///
280
-/// This makes our benchmark much more realistic to how the function would be used in situ, where
+/// This makes our benchmark much more realistic to how the function would actually be used, where
281
/// arguments are usually not known at compile time and the result is used in some way.
282
#[inline]
283
#[stable(feature = "bench_black_box", since = "1.66.0")]
0 commit comments