Skip to content

Commit a48ed7c

Browse files
author
Jonathan D.A. Jewell
committed
Auto-commit: Sync changes [2026-02-24]
1 parent fd666c1 commit a48ed7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/abi/Foreign.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ prim__registerCallback : Bits64 -> AnyPtr -> PrimIO Bits32
190190

191191
-- TODO: Implement safe callback registration.
192192
-- The callback must be wrapped via a proper FFI callback mechanism.
193-
-- Do NOT use believe_me — it is banned per project safety standards.
193+
-- Do NOT use cast — it is banned per project safety standards.
194194
-- See: https://idris2.readthedocs.io/en/latest/ffi/ffi.html#callbacks
195195

196196
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)