Skip to content

Commit 01cac4e

Browse files
committed
Stacked Borrows: fix typo
1 parent f0f27b4 commit 01cac4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: wip/stacked-borrows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub struct Stack {
7272
}
7373

7474
/// Extra per-call-frame state: the ID of this function call.
75-
pub struct FrameExtre {
75+
pub struct FrameExtra {
7676
id: CallId,
7777
}
7878

0 commit comments

Comments
 (0)