Skip to content

Commit d65f15a

Browse files
authored
Merge pull request #141 from RalfJung/stacked-borrows
Stacked Borrows: fix typo
2 parents f0f27b4 + 01cac4e commit d65f15a

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)