Skip to content

Commit 3f10ac3

Browse files
committed
Fix rule name to follow style
1 parent 4c9a3f0 commit 3f10ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ let fptr: extern "C" fn() -> i32 = new_i32;
257257

258258
r[items.fn.extern.unwind]
259259

260-
r[items.fn.extern.unwind.info]
260+
r[items.fn.extern.unwind.intro]
261261
Most ABI strings come in two variants, one with an `-unwind` suffix and one without.
262262
The `Rust` ABI always permits unwinding, so there is no `Rust-unwind` ABI. The
263263
choice of ABI, together with the runtime [panic mode][panic-modes], determines

0 commit comments

Comments
 (0)