Skip to content

Commit

Permalink
Rollup merge of #116350 - Nilstrieb:in-situ, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Improve wording of `hint::black_box` docs

The wording is a bit confusing.

squash of #109634
  • Loading branch information
tmandry committed Oct 2, 2023
2 parents d7621cd + 44c9818 commit 132e383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/hint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ pub fn spin_loop() {
/// - Treats the call to `contains` and its result as volatile: the body of `benchmark` cannot
/// optimize this away
///
/// 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
/// arguments are usually not known at compile time and the result is used in some way.
#[inline]
#[stable(feature = "bench_black_box", since = "1.66.0")]
Expand Down

0 comments on commit 132e383

Please sign in to comment.