Skip to content

Commit 61cc89a

Browse files
author
Kyle Strand
committed
Remove superfluous 'on behalf of...'
1 parent 62f7bdb commit 61cc89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2021-01-26-ffi-unwind-longjmp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Rust & the case of the disappearing stack frames"
4-
author: Kyle Strand on behalf of the FFI-unwind project group
4+
author: Kyle Strand
55
description: "introducing an exploration of how `longjmp` and similar functions can be handled in Rust"
66
team: the FFI-unwind project group <https://www.rust-lang.org/governance/teams/lang#wg-ffi-unwind>
77
---

0 commit comments

Comments
 (0)