We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77a411f + 1fac386 commit c027c9dCopy full SHA for c027c9d
core/src/hint.rs
@@ -228,7 +228,7 @@ pub fn spin_loop() {
228
/// This _immediately_ precludes any direct use of this function for cryptographic or security
229
/// purposes.
230
///
231
-/// While not suitable in those mission-critical cases, `back_box`'s functionality can generally be
+/// While not suitable in those mission-critical cases, `black_box`'s functionality can generally be
232
/// relied upon for benchmarking, and should be used there. It will try to ensure that the
233
/// compiler doesn't optimize away part of the intended test code based on context. For
234
/// example:
0 commit comments