Skip to content

Commit 56d830a

Browse files
committed
fixup! f7c4383 docs update
1 parent 4d07e88 commit 56d830a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libm/src/math/support/feature_detect.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ macro_rules! select_once {
6464

6565
let raw: *mut () = FUNC.load(Ordering::Relaxed);
6666

67-
// SAFETY: will only ever be `initializer`, or a reference that was stored with
68-
// the 'static lifetime.
67+
// SAFETY: will only ever be `initializer` or another function pointer that has the
68+
// 'static lifetime.
6969
let fn_ptr: Func = unsafe { mem::transmute::<*mut (), Func>(raw) };
7070

7171
$call(fn_ptr)

0 commit comments

Comments
 (0)