From: Ralf Jung Date: Sat, 15 Jul 2017 02:22:11 +0000 (-0700) Subject: editing X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/d6bd0e0a4b8ab6091b42f6d5ea45f4582d1f4f0a editing --- diff --git a/ralf/_posts/2017-07-14-undefined-behavior.md b/ralf/_posts/2017-07-14-undefined-behavior.md index d664512..6ff8e5f 100644 --- a/ralf/_posts/2017-07-14-undefined-behavior.md +++ b/ralf/_posts/2017-07-14-undefined-behavior.md @@ -3,9 +3,8 @@ title: Undefined Behavior and Unsafe Code Guidelines categories: internship rust --- -Last year, the [Rust unsafe code guidelines strike team](https://internals.rust-lang.org/t/next-steps-for-unsafe-code-guidelines/3864) was founded, and I am on it. -This is my first official Rust-related position. :-) -So, finally, with just less than one year of a delay, this is my take at what the purpose of that team is. +Last year, the [Rust unsafe code guidelines strike team](https://internals.rust-lang.org/t/next-steps-for-unsafe-code-guidelines/3864) was founded, and I am on it. :-) +So, finally, just one year later, this post is my take at what the purpose of that team is. Warning: This post may contain opinions. You have been warned.